summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-09-13 22:25:04 +0000
committerivan <ivan>2007-09-13 22:25:04 +0000
commit0f4522e8cdd9ffcff50d573af138e7bf7ef0994a (patch)
tree5b50d764c585071b2b3881c6da6706b3bf710809 /FS
parentfcf09229e1042022d5424eaae886e0287952198d (diff)
some notes about old part_svc columns, since DBIx::DBSchema 0.33+ will now drop them...
Diffstat (limited to 'FS')
-rwxr-xr-xFS/bin/freeside-upgrade4
1 files changed, 4 insertions, 0 deletions
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";