Tagged Questions
2
votes
1answer
186 views
Grails Liquibase plugin and Taggable plugin
Perhaps this is a shot in the dark but I am attempting to use the Grails Liquibase plugin and it appears as though there is a compatibility issue with the Taggable plugin. The Taggable plugin works by ...
2
votes
1answer
1k views
how to insert html tag inside sql in Liquibase migration?
I need to update my data that have html tag inside so wrote this on liquibase
<sql> update table_something set table_content = " something <br/> in the next line " </sql>
it ...
1
vote
1answer
70 views
What is with all the extra junk in the migration file?
I started testing out the grails database-migration plugin today. I did an initial sync with the domain and then created a new changelog based on running the diff command. This should have been as ...
1
vote
4answers
543 views
How to integrate a Liquibase migration into my grails build?
I have a Liquibase migration that I manually run to load seed data from several CSV files into my database. I would like to run this migration each time I run grails run-app.
I think I have two ...
1
vote
2answers
1k views
how to delete index on mysql table?
I have a table generated by GORM (Grails Domain). It has foreign key / index that generated random characters like FKAC7AAF67162A158F. I need to remove that field that not needed anymore.
The ...
0
votes
1answer
54 views
Adding a non-nullable column to existing table fails. Is the 'value' attribute being ignored?
Background: we have a Grails 1.3.7 app and are using Liquibase to manage our database migrations.
I am trying to add a new column to an existing table which is not empty.
My changeset looks like ...
0
votes
1answer
301 views
MySQL error when creating tables through liquibase
I'm using Grails 1.3.7 + MySQL 5.5 + Liquibase through the database-migration plugin 0.2.1.
When I'm in my development environment, I have Hibernate configured to use "create-drop" but in my QA ...
0
votes
2answers
207 views
Grails LIQUIBASE DB-DIFF Genarating ERRORS
Welcome to Grails 1.3.5 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: C:\Users\ferron\Desktop\New ...