changeset 883:782c42dfc465

Add usr and adm flag fields to users.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Nov 2014 17:04:55 +0200
parents 25bcbd6d5682
children bc64949e7a97
files dbdefs.inc.php
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dbdefs.inc.php	Wed Nov 26 16:33:25 2014 +0200
+++ b/dbdefs.inc.php	Wed Nov 26 17:04:55 2014 +0200
@@ -1,6 +1,6 @@
 <?
 
-$dbVersion = 27;
+$dbVersion = 28;
 
 //
 // Site settings and defaults we put in
@@ -312,6 +312,8 @@
     array("email"        , "VARCHAR(".SET_LEN_EMAIL.")"),
     array("reghost"      , "VARCHAR(".SET_LEN_REGHOST.")", "DEFAULT NULL"),
     array("key_id"       , "INT", "DEFAULT NULL"),
+    array("usr_flags"    , "INT", "DEFAULT 0"),
+    array("adm_flags"    , "INT", "DEFAULT 0"),
   ),
 
   "votekeys" => array(