X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=schema.sql;h=11001d64d362a4fff731856a0dfeb01ff3000526;hb=965e005bba1208ef170275c170bd7f7cc1cadbfa;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,