This commit is contained in:
2026-02-04 20:29:42 -06:00
parent e37c64fb1d
commit 515ddb24d6
18 changed files with 921 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
CREATE TABLE "commentary" (
"id" serial PRIMARY KEY NOT NULL
);