X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=schema.sql;h=11001d64d362a4fff731856a0dfeb01ff3000526;hb=339afd3d87211040924084497951a5f7df12491b;hp=7a35e9e62f066439a36d8f44ae0c452c0ae516e2;hpb=6e512c0dae7df7303cfeaabc0044ecc523311de6;p=cavote.git diff --git a/schema.sql b/schema.sql index 7a35e9e..11001d6 100644 --- a/schema.sql +++ b/schema.sql @@ -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,