generated from coop-cloud/example
Database error or migration needed #59
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This db error or missing migration is reproduced at login, and we've also seen it fail with the same error when trying to access user-related admin pages
in case it's lacking to rake:db:migrate it could be related to #54 in the sense that all db initialization could be better placed in the installation process
Thanks for reporting this @Numerica ! I do remember there being some weirdness around migrations during initial deploy. I suspect you're right that #54 might be the solution, or at least part of it.