Closed ThomasWeiser closed 7 years ago
New versions of the backend may often introduce changes to the database schema. An existing database should be updated using the command mix ecto.migrate.
mix ecto.migrate
Document this in the Readme.
Think we should have this hint about db migration in the Readme.
New versions of the backend may often introduce changes to the database schema. An existing database should be updated using the command
mix ecto.migrate
.Document this in the Readme.