You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Added `split` option to the `cycle:migrate` command. This lets you break up changes into several migrations, each for a different table.
2. Now, if there are migrations you haven't done yet and you use the `cycle:migrate` command, it will ask if you want to run these migrations.
3. Put in a check for the `cycle:sync` command to stop it from running by mistake.
4. Made some changes to the messages you see in the console.
issue #82
* Migration commands refactoring
1. Added `split` option to the `cycle:migrate` command. This lets you break up changes into several migrations, each for a different table.
2. Now, if there are migrations you haven't done yet and you use the `cycle:migrate` command, it will ask if you want to run these migrations.
3. Put in a check for the `cycle:sync` command to stop it from running by mistake.
4. Made some changes to the messages you see in the console.
issue #82
No description provided.
The text was updated successfully, but these errors were encountered: