This commit is contained in:
2026-03-21 15:16:40 -04:00
commit ebe1836513
8 changed files with 2628 additions and 0 deletions

5
sql/migrations/init.sql Normal file
View File

@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS foobar (
id TEXT PRIMARY KEY,
foo TEXT UNIQUE,
bar TEXT UNIQUE
);