Skip to content

Commit

Permalink
should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-eraigosa committed Mar 29, 2024
1 parent 70db13b commit 9aa9660
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migrations/V1.1.1__initial_objects.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ CREATE TABLE IF NOT EXISTS HELLO_WORLD
FIRST_NAME VARCHAR
,LAST_NAME VARCHAR
);

-- another example to test actions
CREATE TABLE IF NOT EXISTS TEST_TABLE
(
FOO VARCHAR

0 comments on commit 9aa9660

Please sign in to comment.