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

bugfix: Fix a bug that caused output without specifying index name #2729

Closed
wants to merge 1 commit into from

Conversation

Karibash
Copy link
Contributor

@Karibash Karibash commented Aug 1, 2024

close #3420

Fixed a bug that caused empty index names to be output when executing the introspect command with auto-generated index names.
This fix is necessary because the specification of the index name is mandatory.

export function index(name: string): IndexBuilderOn {
return new IndexBuilderOn(name, false);
}
export function uniqueIndex(name: string): IndexBuilderOn {
return new IndexBuilderOn(name, true);
}

@AndriiSherman AndriiSherman deleted the branch drizzle-team:kit August 1, 2024 15:04
@AndriiSherman
Copy link
Member

it was closed automatically, sorry. I guess you would need to change base branch to main and reopen it

@AndriiSherman
Copy link
Member

cc @Karibash

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.

2 participants