liquibase
Password encryption with liquibase maven plugin
Currentlyi am using liquibase maven plugin for database changes and my database credentials are in plain text format in .m2/settings.xml.[详细]
2023-03-30 17:57 分类:问答using liquibase on existing schema
I\'ve read about how you can generate changelog.xml from an existing schema. That\'s fine, but I have existing systems that I don\'t want to touch, except to bring in new changes. I also have complete[详细]
2023-03-24 08:02 分类:问答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[详细]
2023-03-17 22:41 分类:问答Properties in Liquibase change scripts
What\'s the best way to have propeties filled out in a Liquibase SQL file? I wan\'t to use this for specifying things like tablespaces and schemas. Ideally it would be done run-time with Liquibase,[详细]
2023-03-09 01:26 分类:问答With Liquibase, is there a difference between using a unique <createIndex> and using <column> with a unique constraint?
Liquibase has two ways to define a column as unique: When creating the table, using <constraints> on the column:[详细]
2023-03-05 13:22 分类:问答Liquibase Move Column Database Refactoring
Is there a standard way in Liquibase to migrate a column from one table to another existing table (i开发者_如何学Goncluding data)? What is want to do is this database refactoring: http://databaserefac[详细]
2023-03-05 06:34 分类:问答Running mvn liquibase:updateSQL on a specific changeSet
Somebody who\'s a more seasoned maven user can probably help me out here: how do I pass in \"optional parameters\" to liquibase when running it as a maven goal?[详细]
2023-03-05 03:12 分类:问答Creating a database changelog xml file from an existing database (including stored procs) using Liquibase
Is it possible to create an initial database changelog x开发者_运维知识库ml file from the existing state of the database?[详细]
2023-02-22 17:34 分类:问答Formatted SQL With PreConditions
I\'m on Liquibase Version: 2.0.1. Is it possible 开发者_C百科to have pre-conditions in a formatted sql file? If so how?An example would be appreciated.[详细]
2023-02-15 20:44 分类:问答Formatted SQL With Comment
I can\'t get my comment added to the liquibase change log table. When I do a updateSQL the generated insert for the log table has a blank string for the comment I added no matter what format of commen[详细]
2023-02-15 20:41 分类:问答