From 9aa966028aba89926d0fdebd1360686c7dce26ab Mon Sep 17 00:00:00 2001 From: Edward Raigosa Date: Thu, 28 Mar 2024 22:59:54 -0700 Subject: [PATCH] should fail --- migrations/V1.1.1__initial_objects.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/migrations/V1.1.1__initial_objects.sql b/migrations/V1.1.1__initial_objects.sql index c34de34..e0d6389 100644 --- a/migrations/V1.1.1__initial_objects.sql +++ b/migrations/V1.1.1__initial_objects.sql @@ -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