aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
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),