X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=21af3a4d17c212e1b1aef6a3ef1c50a7288d9526;hp=2b7db26f31bc736da5a3865fb6c5f6702716201a;hb=91dbe4c3834f38d428367d9a1e2c6cf9ea9d84a4;hpb=2101a32bdf12abdb2afdb654d6da30975ddd4fc9 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 2b7db26f3..21af3a4d1 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1826,6 +1826,7 @@ sub tables_hashref { 'waive_setup', 'char', 'NULL', 1, '', '', 'recur_show_zero', 'char', 'NULL', 1, '', '', 'setup_show_zero', 'char', 'NULL', 1, '', '', + 'change_to_pkgnum', 'int', 'NULL', '', '', '', ], 'primary_key' => 'pkgnum', 'unique' => [], @@ -2078,6 +2079,7 @@ sub tables_hashref { 'setup_show_zero', 'char', 'NULL', 1, '', '', 'successor', 'int', 'NULL', '', '', '', 'family_pkgpart','int', 'NULL', '', '', '', + 'delay_start', 'int', 'NULL', '', '', '', ], 'primary_key' => 'pkgpart', 'unique' => [],