Closed bamthomas closed 2 years ago
When the server startup we should migrate the schema.
We won't automatically migrate database at start to avoid coupling software migration and database migrations.
cf https://pythonspeed.com/articles/schema-migrations-server-startup/
When the server startup we should migrate the schema.