aquametalabs / aquameta

Web development platform built entirely in PostgreSQL
GNU General Public License v3.0
1.1k stars 52 forks source link

Fix event subscriptions #245

Closed micburks closed 2 years ago

micburks commented 2 years ago

Insert subscription whether pg_trigger exists or not

Also I added 'cascade' to the websocket detach logic so we delete events from detached sessions.