Open coilysiren opened 7 years ago
There's a variety of solutions to this for end users, including
notification
and delivery
to be migrated on the database that contains EmailNotification
EmailNotification
to be migrated in its target db, in addition to notification
A solution on callisto-core's end would be to rewrite the currently existing to a might more straightforward table creation operation for EmailNotification
EmailNotification
started indelivery
and was eventually moved tonotification
. This change was definitely needed, but has the potential to cause a variety of issues. The first one I ran into is that if you are doing all of the following:delivery
andnotification
in separate databaseswhen you create new apps
notification.EmailNotification
won't be created properly because it's created by creating adelivery_emailnotification
table and then changing that table tonotification_emailnotification
.