You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2014/08/16 20:17:29 UTC

svn commit: r1618390 - /roller/trunk/app/src/main/resources/sql/500-to-510-migration.vm

Author: snoopdave
Date: Sat Aug 16 18:17:29 2014
New Revision: 1618390

URL: http://svn.apache.org/r1618390
Log:
Add note about drop index call that may fail on some systems when DB schema upgrade is done manually.

Modified:
    roller/trunk/app/src/main/resources/sql/500-to-510-migration.vm

Modified: roller/trunk/app/src/main/resources/sql/500-to-510-migration.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/resources/sql/500-to-510-migration.vm?rev=1618390&r1=1618389&r2=1618390&view=diff
==============================================================================
--- roller/trunk/app/src/main/resources/sql/500-to-510-migration.vm (original)
+++ roller/trunk/app/src/main/resources/sql/500-to-510-migration.vm Sat Aug 16 18:17:29 2014
@@ -90,6 +90,9 @@ delete from pingtarget where websiteid i
 #dropForeignKey("pingtarget" "pt_websiteid_fk")
 #dropColumn("pingtarget" "websiteid")
 
+-- If you run this script manually (i.e. you are doing installation.type=manual)
+-- them you may need to comment out this next statement, this index does not 
+-- exist in all Roller systems:
 #dropIndex("bookmark_folder" "folder_namefolderid_uq")
 
 -- Removal of bookmark subfolders and renaming of former root folder to 'default'