Feat: db migrations [WIP]

This commit is contained in:
Grail Finder
2025-07-01 11:30:47 +03:00
parent de889bb8d9
commit 42348ff625
6 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,7 @@
-- migrations/001_initial_schema.down.sql
DROP TABLE IF EXISTS actions;
DROP TABLE IF EXISTS card_marks;
DROP TABLE IF EXISTS word_cards;
DROP TABLE IF EXISTS players;
DROP TABLE IF EXISTS rooms;