From 339afd3d87211040924084497951a5f7df12491b Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Wed, 30 May 2012 14:23:29 +0200 Subject: [PATCH] drop user_role table --- schema.sql | 1 + 1 file changed, 1 insertion(+) 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, -- 2.20.1