France-ioi / AlgoreaBackend

Backend for the new Algorea platform
MIT License
2 stars 2 forks source link

db-migrate: just migrate #1184

Open smadbe opened 1 month ago

smadbe commented 1 month ago

Db-migrate currently migrate then analyze then propagate. The migration is only taking 5% of the time and failure. (Anyway propagation is running all the time in prod.) So we loose control on the migration process which is quite critical.

So just do db migration on db-migrate... and move the rest to other commands if needed.