From 32635b5ca3bbc3b75ace232c86945ea5b83066e2 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 18 Sep 2007 17:07:10 +0000 Subject: [PATCH] add missing column access_user_pref.expiration --- FS/FS/Schema.pm | 1 + 1 file changed, 1 insertion(+) 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' => [], -- 2.11.0