Skip to content

Commit

Permalink
Add integration test
Browse files Browse the repository at this point in the history
migration file test
  • Loading branch information
griffio committed Jun 25, 2024
1 parent 5e2720a commit 1184be7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE X (
id INT NOT NULL,
txt TEXT NOT NULL
);

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE X ADD COLUMN test INTEGER NOT NULL;
ALTER TABLE X ADD COLUMN IF NOT EXISTS txt TEXT NOT NULL;

0 comments on commit 1184be7

Please sign in to comment.