Changeset 1405
- Timestamp:
- Jan 18, 2011, 11:09:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/DatabaseUpgrade.groovy
r1404 r1405 110 110 "performing database upgrade: ${row.tablename} template_text_fields_string/elt to text".grom() 111 111 try { 112 // change the datatype of study::descriptionto text112 // change the datatype of text fields to text 113 113 sql.execute("ALTER TABLE ${row.tablename} ALTER COLUMN template_text_fields_elt TYPE text") 114 114 sql.execute("ALTER TABLE ${row.tablename} ALTER COLUMN template_text_fields_string TYPE text")
Note: See TracChangeset
for help on using the changeset viewer.