From 0f4522e8cdd9ffcff50d573af138e7bf7ef0994a Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 13 Sep 2007 22:25:04 +0000 Subject: [PATCH] some notes about old part_svc columns, since DBIx::DBSchema 0.33+ will now drop them... --- FS/bin/freeside-upgrade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FS/bin/freeside-upgrade b/FS/bin/freeside-upgrade index 9b95ec198..e5410c2e9 100755 --- a/FS/bin/freeside-upgrade +++ b/FS/bin/freeside-upgrade @@ -50,6 +50,10 @@ if (dbdef->table('cust_main')->column('agent_custid')) { if (dbdef->table('h_cust_main')); } +#you should have run fs-migrate-part_svc ages ago, when you upgraded +#from 1.3 to 1.4... if not, it needs to be hooked into -upgrade here or +#you'll lose all the part_svc settings it migrates to part_svc_column + if ( $DRY_RUN ) { print join(";\n", @bugfix, dbdef->sql_update_schema( dbdef_dist, $dbh ) ). ";\n"; -- 2.11.0