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

Automatically run migration when --database is given. #346

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Conversation

crynobone
Copy link
Member

@crynobone crynobone commented Jun 14, 2024

Since we now run composer create-project with --no-scripts the command should run migration when --database option is available.

fixes #345

fixes #345

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@taylorotwell taylorotwell merged commit 922d50e into master Jun 14, 2024
11 checks passed
@taylorotwell taylorotwell deleted the fixes-345 branch June 14, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--database=sqlite with --jet causes Jetstream migration run to fail (database.sqlite is not created)
2 participants