feat: create migrator

This commit is contained in:
2026-04-15 19:03:51 +03:00
parent 4e6e83795a
commit 65d8f883dc
7 changed files with 100 additions and 2 deletions
@@ -0,0 +1,4 @@
DROP INDEX idx_agent_id_id;
DROP INDEX idx_agent_id;
DROP TABLE agents IF EXISTS agents;