Typo
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 7 Dec 2008 18:04:42 +0000 (19:04 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 7 Dec 2008 18:04:42 +0000 (19:04 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
upgrade/account/00_account.sql

index 241cb8d..678a4dc 100644 (file)
@@ -5,7 +5,7 @@ CREATE TABLE accounts (
 
   # Account type and state
   type varchar(16) default null,
-  is_admim bool default false,
+  is_admin bool default false,
   state enum('pending', 'active', 'disabled') not null default 'pending',
 
   # Access