Cleanup
[cavote.git] / schema.sql
index 11001d6..f03e176 100644 (file)
@@ -1,9 +1,9 @@
 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;
-drop table if exists user_role;
 
 create table users (
     id INTEGER primary key autoincrement,