drop user_role table
[cavote.git] / schema.sql
index 7a35e9e..11001d6 100644 (file)
@@ -3,6 +3,7 @@ drop table if exists attachments;
 drop table if exists votes;
 drop table if exists roles;
 drop table if exists users;
+drop table if exists user_role;
 
 create table users (
     id INTEGER primary key autoincrement,