@@ -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,