diff options
author | levinse <levinse> | 2011-07-09 02:59:49 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-07-09 02:59:49 +0000 |
commit | 45191e95387a76195ec735dddd27be8ed7d2b8c7 (patch) | |
tree | e90ff05e6a7c7313b4da167bb354b568240f6dd1 /FS/FS | |
parent | b4dc48b659f32cab30f96d39568fad9715212a4e (diff) |
custom fields, RT11714
Diffstat (limited to 'FS/FS')
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index c786176ec..1885a650c 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2467,9 +2467,7 @@ sub tables_hashref { 'vfieldpart', 'serial', '', '', '', '', 'dbtable', 'varchar', '', 32, '', '', 'name', 'varchar', '', 32, '', '', - 'check_block', 'text', 'NULL', '', '', '', 'length', 'int', 'NULL', '', '', '', - 'list_source', 'text', 'NULL', '', '', '', 'label', 'varchar', 'NULL', 80, '', '', ], 'primary_key' => 'vfieldpart', |