connorshea/vglist

Refactor Events to no longer be polymorphic

connorshea opened this issue · 0 comments

Migrate events so that each event goes in its own table, and then use a SQL view to get all the events into the format we want. We need to do this because polymorphism breaks production with the latest Doorkeeper upgrade, and we need to upgrade Doorkeeper to add the custom first-party attribute to Doorkeeper applications.