Open zenovich opened 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.
make db-migrate
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
The same issue is related to 'db-recompute' and 'propagation' commands
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