aquametalabs / aquameta

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

Do not create events on event.event table #248

Closed micburks closed 2 years ago

micburks commented 2 years ago

Return early if trying to make events on event.event table

Closes #247

erichanson commented 2 years ago

What about subscriptions on the subscription table? :) Maybe won't matter?

micburks commented 2 years ago

I believe the only problem this is trying to solve is the infinite loop of events creating events. I could see wanting a live-updating table to see all current subscriptions in the database. I could be wrong