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

Constraints are not migrated #101

Open
robert-sjoblom opened this issue Nov 14, 2022 · 2 comments
Open

Constraints are not migrated #101

robert-sjoblom opened this issue Nov 14, 2022 · 2 comments

Comments

@robert-sjoblom
Copy link

Set up two databases.

MySQL: https://github.com/datacharmer/test_db
Postgres: Empty

Move data from MySQL to Postgres.

Expected:

All constraints are created on PG side

Actual:

Constraint is not created on PG side (index for the constraint is, however, created)

@AnatolyFromPerion
Copy link
Contributor

Hello,
I apologize for late response.
Could you share a sample of what actually didn't work, please?

@robert-sjoblom
Copy link
Author

test_db has several constraints. I would expect those to be migrated, but they're not. The indexes backing those constraints are, however.

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

No branches or pull requests

2 participants