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

Fix behavior of keystone start --with-migrations #8354

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

acburdine
Copy link
Member

@acburdine acburdine commented Mar 1, 2023

This pull request updates the deployMigrations function to take schemaPath (similar to devMigrations function), which was exiting when it should have migrated and then stayed open.

Closes #8353

- update deployMigrations function to take schemaPath (similar to devMigrations function)
@changeset-bot

This comment was marked as resolved.

@vercel
Copy link

vercel bot commented Mar 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated
keystone-next-docs ⬜️ Ignored (Inspect) Mar 2, 2023 at 0:01AM (UTC)

@codesandbox-ci
Copy link

codesandbox-ci bot commented Mar 1, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 1c32c47:

Sandbox Source
@keystone-6/sandbox Configuration

@dcousens dcousens merged commit c3ce0da into keystonejs:main Mar 2, 2023
@dcousens
Copy link
Member

dcousens commented Mar 2, 2023

Thanks @acburdine! Good catch, we'll see if we can add a test for this separately

@acburdine acburdine deleted the fix/with-migrations branch March 2, 2023 00:14
dcousens added a commit that referenced this pull request Mar 2, 2023
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.

keystone start --with-migrations exits after applying migrations
3 participants