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

Implement the drop table operation #45

Merged
merged 3 commits into from
Aug 17, 2023
Merged

Implement the drop table operation #45

merged 3 commits into from
Aug 17, 2023

Conversation

andrew-farries
Copy link
Collaborator

Add support for drop table migrations.

  • On starting the migration the table is not dropped; but is not present in the new version of the schema.
  • The table is dropped on completion of the migration.
  • Rollback is a no-op.

@andrew-farries andrew-farries changed the title Implement the **drop table** operation Implement the drop table operation Aug 9, 2023
@andrew-farries andrew-farries mentioned this pull request Aug 9, 2023
43 tasks
@andrew-farries andrew-farries merged commit 450e6db into main Aug 17, 2023
2 checks passed
@andrew-farries andrew-farries deleted the drop-table branch August 17, 2023 05:43
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

Successfully merging this pull request may close these issues.

2 participants