X-Git-Url: http://git.cyclocoop.org/?p=cavote.git;a=blobdiff_plain;f=schema.sql;h=f03e176fb83fb771abd9267e4e12f5e940362900;hp=11001d64d362a4fff731856a0dfeb01ff3000526;hb=b0b79d217bb08211defdaacb87946253e124310d;hpb=965e005bba1208ef170275c170bd7f7cc1cadbfa diff --git a/schema.sql b/schema.sql index 11001d6..f03e176 100644 --- a/schema.sql +++ b/schema.sql @@ -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,