Re : Manage multibranch database versioning.
As your deployment complexity increases, Datical is a great option. From a pure-Liquibase standpoint, it doesn't really know or understand "versions", it just tracks individual changeSets and relies on...
View ArticleRe : Duplicate space deletion
Thanks for creating the issue, Steve.Denis: What version of Liquibase are you using? I have made some improvements over the last couple releases around how spaces are handled. Also, are you using XML...
View ArticleInclude tag - filetype not known warning
Hi there,I'm adding sql files to a databaseChangeLog in the following manner..<include file="this_file.sql" relativeToChangelogFile="true" />If the file added is in uppercase (named '.SQL' rather...
View ArticleRe : Duplicate space deletion
Hi, NathanI'm taling about sql changesets that are inside XML tags, like this:<changeset ...> <sql> </sql></changeset>
View ArticleData migrations (with Java) in addition to schema migrations?
Hello!I have used Django (Python web framework) migrations for a long time and it has supported me well in rather complex schema and data migrations. So I have a preconception/bias how a good migration...
View ArticleGenerate sql file using spring liquibase
Hi,Is there any way i can generate the sql file using Springliquibase without executing the scripts?
View ArticleLiquibase Hibenate Problems - Dropping and Recreating Indexes
VersionsLiquibase: 3.5.3Hibernate Plugin: liquibase-hibernate4 - 3.6Hibenrate JPA: 2.1Mysql: 5.7.xWhen I do a diffChangeLog, it creates changeSets which drops and recreates indexes.I am running...
View ArticleincludeAll path=“” not working in 3.5.3, using java -jar method via command line
We are having a major issue where the relative path is not working inside the databaseChangeLogMaster.xml file when using includeAll. includeAll works only with absolute path. Example is below:below...
View ArticleIt's Always Sunny in Philadelphia Season 12 Episode 1
Already aired so Watch It's Always Sunny in Philadelphia Season 12 Episode 1 Online Premiere
View ArticleGrimm Season 6 Episode 1
Following the massacre in Nick's loft, Capt. Renard is hell bent on eliminating him once and for all. Hank and Wu head back to the precinct to keep an eye on the Captain and help give the gang the...
View ArticleDegrassi:Next Class Season 3 Episode 1
Episode Name:#BreakTheInternetAir date:1/6/2017Summary: Degrassi is giving a warm welcome to an influx of Syrian refugees and a spiteful Lola posts a controversial photo.Premiere!!Netflix>> Watch...
View ArticleSleepy Hollow Season 4 Episode 1
Watch Sleepy Hollow Season 4 Episode 1 Online Premiere Free
View ArticleEmerald City Season 1 Episode 1
Watch Emerald City Season 1 Episode 1 Online NBC Premiere Free
View ArticleGreat DAY TO GO NOW!!
Great DAY TO GO NOW!! Benedict Cumberbatch's Sherlock someone similar to an action hero. Responding to that criticism, Gatiss penned a poem, which reads: Finally, here's what you expectWatch Sherlock...
View ArticleRe : IncludeAll runs twice once with logical path and once with absolute path
I can confirm this issue with includeAll including the same set of resources twice, first with an absolute path, then again using the relative path. From the log file i can see that the after the last...
View ArticleOverriding an existing PreCondition (ForeignKeyExistsPrecondition)
Hi,I'm currently in the process of creating an extension for Liquibase to support Cassandra. It's working pretty well but I want to add some nice-to-have functionality.When a changeset has a...
View Article