From: Julien Rabier Date: Mon, 28 May 2012 16:40:37 +0000 (+0200) Subject: fix typo schema X-Git-Url: https://git.heureux-cyclage.org/3E?a=commitdiff_plain;h=6b30d1aa12bb40d961c041e49d77ec07959d6090;p=cavote.git fix typo schema --- diff --git a/schema.sql b/schema.sql index d3b5c72..b7fa00b 100644 --- a/schema.sql +++ b/schema.sql @@ -5,7 +5,7 @@ create table users ( id INTEGER primary key autoincrement, email TEXT unique not null, password TEXT not null, - name unique TEXT, + name TEXT unique, organization TEXT, is_admin INTEGER default 0 not null, key TEXT