aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-11-01 20:42:44 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-11-01 20:42:44 +0000
commit049e37619a1ea7de4eed2695139645d6d6b9f397 (patch)
treeaac510dfdcc9e771cd3448cc0f45e7a6fdfc0665 /h-source/tables.sql
parentb006de42300a5671544e6fd3ea20ae7ce96da933 (diff)
moderators can now block/unblock users - part 1
Diffstat (limited to 'h-source/tables.sql')
-rw-r--r--h-source/tables.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/tables.sql b/h-source/tables.sql
index 4489477..ae0d1c1 100644
--- a/h-source/tables.sql
+++ b/h-source/tables.sql
@@ -28,6 +28,7 @@ create table regusers (
creation_time INT UNSIGNED NOT NULL,
temp_field CHAR(32) NOT NULL,
deleted CHAR(4) NOT NULL default 'no',
+ blocked CHAR(4) NOT NULL default 'no',
forgot_token CHAR(32) NOT NULL,
forgot_time INT UNSIGNED NOT NULL,
unique(username),