From 2eee33d2a2042b209dd5f9ef4b7314ea81a33360 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Wed, 23 Oct 2024 01:44:56 -0600 Subject: Base table schema --- src/db/migrations/2024102302_0.1.0_schema.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migrations/2024102302_0.1.0_schema.up.sql (limited to 'src/db/migrations/2024102302_0.1.0_schema.up.sql') diff --git a/src/db/migrations/2024102302_0.1.0_schema.up.sql b/src/db/migrations/2024102302_0.1.0_schema.up.sql new file mode 100644 index 0000000..3c0a019 --- /dev/null +++ b/src/db/migrations/2024102302_0.1.0_schema.up.sql @@ -0,0 +1 @@ +create schema phtx; -- cgit 1.4.1