summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-09-18 17:07:10 +0000
committerivan <ivan>2007-09-18 17:07:10 +0000
commit32635b5ca3bbc3b75ace232c86945ea5b83066e2 (patch)
treefb9e2d5e8d34c8b3df79175b366e1ee377de04ad
parent64852c30f3025d1aafa3c9d5c81f6b20dddd1a36 (diff)
add missing column access_user_pref.expiration
-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 e5ac696d4..aebe5de63 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1734,6 +1734,7 @@ sub tables_hashref {
'usernum', 'int', '', '', '', '',
'prefname', 'varchar', '', $char_d, '', '',
'prefvalue', 'text', 'NULL', '', '', '',
+ 'expiration', @date_type, '', '',
],
'primary_key' => 'prefnum',
'unique' => [],