Cleanup
[cavote.git] / schema.sql
index 7a35e9e..f03e176 100644 (file)
@@ -1,6 +1,7 @@
 drop table if exists choices;
 drop table if exists attachments;
 drop table if exists votes;
+drop table if exists user_role;
 drop table if exists roles;
 drop table if exists users;