feat(db): initial schema migration

This commit is contained in:
2026-07-01 16:42:39 +07:00
parent 0b9d31bd15
commit edda3dc21f
2 changed files with 58 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
DROP TABLE IF EXISTS migrated_messages;
DROP TABLE IF EXISTS runs;
DROP TABLE IF EXISTS accounts;
DROP TABLE IF EXISTS tasks;
DROP TABLE IF EXISTS endpoints;