Small fixes in init.sql and create drop.sql
This commit is contained in:
7
sql/drop.sql
Normal file
7
sql/drop.sql
Normal 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;
|
Reference in New Issue
Block a user