Move migration files

This commit is contained in:
2024-12-30 23:40:52 +01:00
parent 3074d0de93
commit 4ce099621d
4 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,7 @@
DROP TABLE IF EXISTS votes;
DROP TABLE IF EXISTS voters;
DROP TABLE IF EXISTS choices;
DROP TABLE IF EXISTS elections;
DROP TRIGGER IF EXISTS prevent_created_at_update_election;
DROP TRIGGER IF EXISTS prevent_created_at_update_votes;
DROP TRIGGER IF EXISTS enforce_max_voters;