[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4481] branches/1.3/sql/upgrade/1.3-1.2.sql



Revision: 4481
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4481&view=rev
Author:   einhverfr
Date:     2012-03-16 05:31:51 +0000 (Fri, 16 Mar 2012)
Log Message:
-----------
Adding warning about lsmb_13fail schema to rollback script

Modified Paths:
--------------
    branches/1.3/sql/upgrade/1.3-1.2.sql

Modified: branches/1.3/sql/upgrade/1.3-1.2.sql
===================================================================
--- branches/1.3/sql/upgrade/1.3-1.2.sql	2012-03-16 05:23:27 UTC (rev 4480)
+++ branches/1.3/sql/upgrade/1.3-1.2.sql	2012-03-16 05:31:51 UTC (rev 4481)
@@ -15,3 +15,7 @@
 
 ALTER TABLE employee DROP COLUMN entity_id;
 COMMIT;
+
+\echo Note that this creates a lsmb_13fail schema with the failed migration data.
+\echo You must drop that schema when you are done troubleshooting why this failed.
+\echo Otherwise you will be unable to roll back after then next upgrade attempt.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.