Changeset 1957 for trunk/grails-app/conf/dbnp/configuration
- Timestamp:
- Jul 4, 2011, 3:11:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/dbnp/configuration/DatabaseUpgrade.groovy
r1953 r1957 40 40 dropAssayModulePlatform(sql, db) // r1689 41 41 makeStudyTitleAndTemplateNamesUnique(sql, db) // #401, #406 42 //renameGdtMappingColumnIndex(sql, db) // 'index' column in GdtImporter MappingColumn is a reserved keyword in MySQL42 renameGdtMappingColumnIndex(sql, db) // 'index' column in GdtImporter MappingColumn is a reserved keyword in MySQL 43 43 // GdtImporter now by default uses 'columnindex' as domain field name 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.