From e52348cdd13157cd8e79ffc25e8ba3d349269386 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Thu, 8 Jun 2023 20:17:08 -0500 Subject: [PATCH] test --- migrations/011_test.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/011_test.sql diff --git a/migrations/011_test.sql b/migrations/011_test.sql new file mode 100644 index 0000000..959ce94 --- /dev/null +++ b/migrations/011_test.sql @@ -0,0 +1 @@ +create table test (id int not null);