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

Primary keys and deptrack changes #124

Closed
jmafc opened this issue Mar 26, 2015 · 1 comment
Closed

Primary keys and deptrack changes #124

jmafc opened this issue Mar 26, 2015 · 1 comment

Comments

@jmafc
Copy link
Member

jmafc commented Mar 26, 2015

When a primary key needs to be dropped, we are currently generating both a DROP INDEX pkey and an ALTER TABLE x DROP CONSTRAINT pkey. When dropping a foreign key we are generating statements to DROP INDEX on both the referenced primary key and the referring table's primary key.

@jmafc
Copy link
Member Author

jmafc commented Aug 26, 2015

Fixed in 83b4694.

@jmafc jmafc closed this as completed Aug 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant