-
Notifications
You must be signed in to change notification settings - Fork 3
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 drop table migrations #4
Conversation
f636517
to
20477dd
Compare
b75a22d
to
bd8b7c2
Compare
Current status: @mariuszrak provided me with some feedback and requests for changes that I'm going to act on in the next few days. |
Status update: delayed a bit. |
a37a4ba
to
202130c
Compare
This is done, BTW, just needs CR. |
Please don't merge at the end with master - as I will want to adjust kontrakcja and do some migration testing on my machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ Requested changes from previous comment ^
Implemented the requested changes. The |
1. Rename 'MigrationType' to 'MigrationAction' and 'mgrType' to 'mgrAction'. 2. Replace 'mgrTable :: Table' with 'mgrTableName :: RawSQL ()'.
2266fb8
to
25bce00
Compare
This looks fine, but I'm doing more work to make this work with kontrakcja on other branch. I'll probably get back to this later this week |
…unknown-tables checkDatabaseAllowUnknownTables with tests
@@ -0,0 +1,8 @@ | |||
# hpqtypes-extras-1.3.0.0 (2017-??-??) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@23Skidoo @mariuszrak might want to update this :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Plus add a basic test suite. Case 2582.