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

Check primary keys for all tables and drop ForeignReference #21721

Merged
merged 18 commits into from
Dec 23, 2022
Merged

Check primary keys for all tables and drop ForeignReference #21721

merged 18 commits into from
Dec 23, 2022

Commits on Nov 8, 2022

  1. tests: add TestPrimaryKeys

    wolfogre committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    59adfd6 View commit details
    Browse the repository at this point in the history
  2. chore: format codes

    wolfogre committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3d4e4cd View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    8b39bad View commit details
    Browse the repository at this point in the history
  2. add primary key to foreignreference

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    961c87a View commit details
    Browse the repository at this point in the history
  3. fix fmt

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    e96ea3a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    50347b6 View commit details
    Browse the repository at this point in the history
  2. use recreate-table

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    bed6b75 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    fb40636 View commit details
    Browse the repository at this point in the history
  2. chore: rename file

    wolfogre committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    0d720a1 View commit details
    Browse the repository at this point in the history
  3. chore: fmt code

    wolfogre committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    e70992f View commit details
    Browse the repository at this point in the history
  4. Revert "chore: fmt code"

    This reverts commit e70992f.
    wolfogre committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    9e5539d View commit details
    Browse the repository at this point in the history
  5. Revert "chore: rename file"

    This reverts commit 0d720a1.
    wolfogre committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    63b55e7 View commit details
    Browse the repository at this point in the history
  6. Revert "fix fmt"

    This reverts commit e96ea3a.
    wolfogre committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    083ce6f View commit details
    Browse the repository at this point in the history
  7. Revert "add primary key to foreignreference"

    This reverts commit 961c87a.
    wolfogre committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ca07851 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c6ed9c View commit details
    Browse the repository at this point in the history
  9. chore: drop foreignreference

    wolfogre committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    7665601 View commit details
    Browse the repository at this point in the history
  10. feat: add dropping migration

    wolfogre committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    d10ad3a View commit details
    Browse the repository at this point in the history
  11. chore: rename migration func

    wolfogre committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    7d38df3 View commit details
    Browse the repository at this point in the history