ICIJ / datashare-network-core

Ability for datashare to search named entities in the other's journalists indexes (local index). Based on the EPFL work.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Migration of server database schema at startup #20

Closed bamthomas closed 2 years ago

bamthomas commented 2 years ago

When the server startup we should migrate the schema.

bamthomas commented 2 years ago

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/