From 0e88e401d07b7a734f587134e70b534145ee61f1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 28 Nov 2024 09:36:45 +0100 Subject: [PATCH] wtf did i do --- .idea/dataSources.xml | 0 holycow_backend/migrations/2024-11-27-175800_first/up.sql | 4 ---- 2 files changed, 4 deletions(-) create mode 100644 .idea/dataSources.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..e69de29 diff --git a/holycow_backend/migrations/2024-11-27-175800_first/up.sql b/holycow_backend/migrations/2024-11-27-175800_first/up.sql index ab2dda0..601536b 100644 --- a/holycow_backend/migrations/2024-11-27-175800_first/up.sql +++ b/holycow_backend/migrations/2024-11-27-175800_first/up.sql @@ -9,7 +9,3 @@ CREATE TABLE games ( CONSTRAINT not_self CHECK (p1 != p2), CONSTRAINT acceptable_result CHECK (p1result = 'W' OR p1result = 'T' OR p1result = 'L') ); - -CREATE TABLE players ( - name -) \ No newline at end of file