database setup + other stuff not rlly important

This commit is contained in:
2026-06-26 14:50:39 -05:00
parent 96843acfe0
commit dab6b12c89
15 changed files with 291 additions and 7 deletions
@@ -0,0 +1,5 @@
DROP INDEX IF EXISTS idx_blogs_reference;
DROP TABLE IF EXISTS blog;
DROP TABLE IF EXISTS identities;
DROP TABLE IF EXISTS app;