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

Beta #3916

Merged
merged 28 commits into from
Jan 16, 2025
Merged

Beta #3916

merged 28 commits into from
Jan 16, 2025

Conversation

AndriiSherman
Copy link
Member

No description provided.

kravetsone and others added 28 commits August 1, 2024 17:44
In PostgreSQL created indexes will belong to the same schema, as the table, to which the index belongs to. When generating SQL for migration an index name does not currently contain the schema prefix. This is incorrect, since there is no guarantee that the selected schema of the connection, during the SQL migration, is the same as the schema of the index, causing the SQL migration to fail. Therefore, all index names needs to be prefixed with the schema name.
Fix minor typo (bacth → batch)
DROP INDEX does not include PG Schema prefix
@AndriiSherman AndriiSherman merged commit 49d2930 into main Jan 16, 2025
11 checks passed
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.

7 participants