-
Notifications
You must be signed in to change notification settings - Fork 6
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
test pr #121
test pr #121
Conversation
Atlas Lint ReportAnalyzed migrations
Migrations automatically reviewed by Atlas |
Atlas Lint ReportAnalyzed migrations2
Migrations automatically reviewed by Atlas |
Migrations automatically reviewed with Atlas |
Migrations automatically reviewed with Atlas |
26f2eff
to
45af817
Compare
@@ -1 +1,2 @@ | |||
-- drop table t1; | |||
drop table t1; |
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.
drop table t1; | |
-- atlas:txtar | |
-- checks/destructive.sql -- | |
-- atlas:assert DS102 | |
SELECT NOT EXISTS (SELECT 1 FROM `t1`) AS `is_empty`; | |
-- migration.sql -- | |
drop table t1; |
@@ -1 +1,2 @@ | |||
-- drop table t1; | |||
drop table t1; |
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.
drop table t1; | |
-- atlas:txtar | |
-- checks/destructive.sql -- | |
-- atlas:assert DS102 | |
SELECT NOT EXISTS (SELECT 1 FROM `t1`) AS `is_empty`; | |
-- migration.sql -- | |
drop table t1; |
atlasaction: add check runs comment in migrate lint action
update tests