France-ioi / AlgoreaBackend

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

make db-migrate confusingly prints "Schedule the propagations" #1117

Open zenovich opened 3 months ago

zenovich commented 3 months ago

After migrations applying, instead of printing that it runs propagations, make db-migrate prints "Schedule the propagations" and it's not obvious if it runs them. Actually it does, but the message is confusing.

The 'db-migrate' command should clearly print that it runs the propagations and run them as it did before this change: https://github.com/France-ioi/AlgoreaBackend/commit/16ce6f3faea2b165cebe81c414b6cc959a52b87d#diff-4b32a9f994df2e392e7fecdb1dda31c34bb3cb19b0b9a0b57e03d2cc5ffa4b95R97

zenovich commented 3 months ago

The same issue is related to 'db-recompute' and 'propagation' commands