From: Julien Rabier Date: Wed, 30 May 2012 12:23:29 +0000 (+0200) Subject: drop user_role table X-Git-Url: https://git.cyclocoop.org/?p=cavote.git;a=commitdiff_plain;h=339afd3d87211040924084497951a5f7df12491b drop user_role table --- 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,