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

[BUG]: SQl commands in wrong roder #2390

Closed
0xMALVEE opened this issue May 29, 2024 · 1 comment
Closed

[BUG]: SQl commands in wrong roder #2390

0xMALVEE opened this issue May 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working db/mysql drizzle/kit priority Will be worked on next

Comments

@0xMALVEE
Copy link

What version of drizzle-orm are you using?

^0.30.6

What version of drizzle-kit are you using?

^0.20.14

Describe the Bug

commands in wrong order.
It's trying to run ALTER TABLE stores ADD CONSTRAINT stores_SubDomain_unique UNIQUE(SubDomain);
before creating the column! major bug
image

Expected behavior

commands should be in right order.

Environment & setup

No response

@0xMALVEE 0xMALVEE added the bug Something isn't working label May 29, 2024
@L-Mario564 L-Mario564 self-assigned this Oct 22, 2024
@AndriiSherman
Copy link
Member

Was fixed in [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working db/mysql drizzle/kit priority Will be worked on next
Projects
None yet
Development

No branches or pull requests

3 participants