You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to migrate the existing embed Page.Event into its own table beacon_page_event_handlers and schema Beacon.Content.PageEventHandler, similar to how #296 was implemented.
We need to migrate the existing embed
Page.Event
into its own tablebeacon_page_event_handlers
and schemaBeacon.Content.PageEventHandler
, similar to how #296 was implemented.beacon/lib/beacon/content/page.ex
Lines 47 to 50 in 40fa03e
has_many :event_handlers
association inContent.Page
:event_handlers
association like was done on PR Add page variants #296The text was updated successfully, but these errors were encountered: