Replies: 1 comment 1 reply
-
|
Hi @diatoming, that doesn't seem like the worst thing, but please do open a PR and we can see if we can help out. Also be sure to add tests that show these problems. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i've tried to drop unique constraints at the same time inside SyncEngine.migratePrimaryKeys func.
By using the parser tool, i managed to drop the constraints.
The problem is that there might be missing some whitespace or '\n' characters in the new schema after unique constraints dropped.
Example1
before:
after:
Example2
before:
after:
Is that a problem? Or will it be accepted?
Beta Was this translation helpful? Give feedback.
All reactions