Skip to content

Update mysql migration docs #181

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

Merged
merged 1 commit into from
Feb 20, 2023
Merged

Update mysql migration docs #181

merged 1 commit into from
Feb 20, 2023

Conversation

marbemac
Copy link
Contributor

Without multipleStatements: true, any migrations that include multiple statements will fail (such as a migration that adds two tables, etc).

Without `multipleStatements: true`, any migrations that include multiple statements will fail (such as a migration that adds two tables, etc).
@AndriiSherman AndriiSherman merged commit 568a413 into drizzle-team:main Feb 20, 2023
@AndriiSherman
Copy link
Member

Thanks and congrats on your first contribution @marbemac!

@marbemac marbemac deleted the patch-1 branch February 20, 2023 18:19
@nmajor
Copy link

nmajor commented Jun 20, 2023

If anyone finds this issue thread wondering why migrations are failing using planetscale and drizzle-orm/planetscale-serverless, its because planetscale database-js does not yet support multiple statements:

Here's an issue tracking this: planetscale/database-js#85

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.

3 participants