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

Ensure table names are unique and preset #37

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Ensure table names are unique and preset #37

merged 1 commit into from
Feb 15, 2022

Commits on Feb 15, 2022

  1. Ensure table names are unique and preset

    Since we are not restoring index/sequence name for now,
    ensuring the table names are unique so that if we run the same
    operation on the same table, there is no sequence conflict. The sequence
    will get overriden on the table anyways, but won't fail and complain
    when trying to create a shadow before the swap. This is temporary until
    we support restoring original index and sequence names. Can be a pro feature too
    shayonj committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    0ae325f View commit details
    Browse the repository at this point in the history