.plugins.content.2.6.1.source-code.content-2.5.7-change-column-name-meta-table-cc-1.5.5.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of content Show documentation
Show all versions of content Show documentation
A plugin used to manage contents like static pages, menus etc. at one place.
Also provides shortened and user friendly urls.
databaseChangeLog = {
changeSet(author: 'Hardik Modha', id: '28122016-01') {
grailsChange {
change {
sql.execute("ALTER TABLE `cc_content_meta` CHANGE COLUMN `value` `content` VARCHAR(255) NOT NULL;");
}
}
}
}