Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

liquibase - modifyDataType will lose primary key/autoincrement/not null settings for mysql #36

Open
jmiranda opened this issue Mar 1, 2014 · 0 comments
Assignees

Comments

@jmiranda
Copy link
Contributor

jmiranda commented Mar 1, 2014

Found these warnings in catalina.out -- need to investigate.

2014-03-01 01:36:10,010 [ajp-bio-8009-exec-8] INFO  dialect.Dialect  - Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
2014-03-01 01:36:14,236 [ajp-bio-8009-exec-8] INFO  liquibase  - Reading from `DATABASECHANGELOG`
2014-03-01 01:36:15,011 [ajp-bio-8009-exec-8] WARN  liquibase  - modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
2014-03-01 01:36:15,011 [ajp-bio-8009-exec-8] WARN  liquibase  - modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
2014-03-01 01:36:15,011 [ajp-bio-8009-exec-8] WARN  liquibase  - modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
2014-03-01 01:36:15,011 [ajp-bio-8009-exec-8] WARN  liquibase  - modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
2014-03-01 01:36:15,014 [ajp-bio-8009-exec-8] INFO  databasemigration.MigrationRunner  - No migrations to run for DataSource 'dataSource'

@jmiranda jmiranda self-assigned this Mar 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant