Open scytherswings opened 6 years ago
From @scytherswings on April 15, 2017 17:50
If an old database is used with a new container then the database won't be correctly migrated when it starts up. bundle exec rake db:migrate needs to be added to the startup commands.
bundle exec rake db:migrate
Copied from original issue: scytherswings/Plex-Board#88
From @scytherswings on April 15, 2017 17:50
If an old database is used with a new container then the database won't be correctly migrated when it starts up.
bundle exec rake db:migrate
needs to be added to the startup commands.Copied from original issue: scytherswings/Plex-Board#88