feat(db): add db schema and seed

This commit is contained in:
2025-01-06 20:32:31 +01:00
parent 16e2584959
commit a20d69fa42
2 changed files with 15 additions and 0 deletions

1
seed.sql Normal file
View File

@@ -0,0 +1 @@
INSERT OR IGNORE INTO `members` (`name`) VALUES ('pelosi');