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