[Rt-commit] r17230 - in rt/3.8/trunk: .

falcone at bestpractical.com falcone at bestpractical.com
Mon Dec 15 13:05:23 EST 2008


Author: falcone
Date: Mon Dec 15 13:05:22 2008
New Revision: 17230

Added:
   rt/3.8/trunk/etc/upgrade/upgrade-mysql-schema.pl
      - copied unchanged from r17199, /rt/3.8/trunk/etc/upgrade/fix-schema.mysql-4.0-4.1.pl
Removed:
   rt/3.8/trunk/etc/upgrade/fix-schema.mysql-4.0-4.1.pl
Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/UPGRADING.mysql

Log:
 r42598 at ketch:  falcone | 2008-12-15 13:03:36 -0500
 * remove versions from the mysql schema upgrade script and rename it again
 * update documentation to reflect it


Modified: rt/3.8/trunk/UPGRADING.mysql
==============================================================================
--- rt/3.8/trunk/UPGRADING.mysql	(original)
+++ rt/3.8/trunk/UPGRADING.mysql	Mon Dec 15 13:05:22 2008
@@ -22,9 +22,9 @@
 3) Apply changes described in step 7, but only up to version 3.8.0.
 
 4) Apply the MySQL 4.0->4.1 schema changes. Included in RT is the script
-etc/upgrade/fix-schema.mysql-4.0-4.1.pl that generates SQL queries to upgrade the database's schema. Run it:
+etc/upgrade/upgrade-mysql-schema.pl that generates SQL queries to upgrade the database's schema. Run it:
 
-    perl etc/upgrade/fix-schema.mysql-4.0-4.1.pl db user pass > sql.queries
+    perl etc/upgrade/upgrade-mysql-schema.pl db user pass > sql.queries
 
 5) Check sanity of the SQL queries yourself or consult with your DBA.
 


More information about the Rt-commit mailing list