Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cycle:migrate --split option #82

Closed
butschster opened this issue Nov 14, 2023 · 0 comments · Fixed by #83
Closed

Add cycle:migrate --split option #82

butschster opened this issue Nov 14, 2023 · 0 comments · Fixed by #83
Assignees
Labels
enhancement New feature or request

Comments

@butschster
Copy link
Member

No description provided.

@butschster butschster added the enhancement New feature or request label Nov 14, 2023
butschster added a commit that referenced this issue Nov 16, 2023
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
@butschster butschster linked a pull request Nov 16, 2023 that will close this issue
butschster added a commit that referenced this issue Nov 21, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants