All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.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

A plugin used to manage contents like static pages, menus etc. at one place. Also provides shortened and user friendly urls.

There is a newer version: 2.6.2
Show newest version
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;");
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy