summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorivan <ivan>2006-08-07 02:44:29 +0000
committerivan <ivan>2006-08-07 02:44:29 +0000
commit7aae40398f1c8ed42424f1694640c9796a580d22 (patch)
treee976d4331ca7c117ac96df47c7f1b7b6c2bb5ccf /FS/FS/Schema.pm
parent786b78c646f892e1ae80006fb7870960780ea5db (diff)
add internal user disable-ing
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 3e1d68f..04dcb82 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1476,6 +1476,7 @@ sub tables_hashref {
'_password', 'varchar', '', $char_d, '', '',
'last', 'varchar', '', $char_d, '', '',
'first', 'varchar', '', $char_d, '', '',
+ 'disabled', 'char', 'NULL', 1, '', '',
],
'primary_key' => 'usernum',
'unique' => [ [ 'username' ] ],