Last Version

Liquibase Extension: No ChangeLog Table Updates 1.1

When running an update, Liquibase will not touch the databasechangelog table to mark changeSets as ran

License

License

Categories

Categories

Liquibase Data Databases
GroupId

GroupId

org.liquibase.ext
ArtifactId

ArtifactId

liquibase-nochangelogupdate
Version

Version

1.1
Type

Type

jar
Description

Description

Liquibase Extension: No ChangeLog Table Updates
When running an update, Liquibase will not touch the databasechangelog table to mark changeSets as ran
Project URL

Project URL

https://github.com/liquibase/liquibase-nochangelogupdate
Project Organization

Project Organization

Liquibase.org
Source Code Management

Source Code Management

https://github.com/liquibase/liquibase-nochangelogupdate

Download liquibase-nochangelogupdate 1.1


<!-- https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-nochangelogupdate/ -->
<dependency>
    <groupId>org.liquibase.ext</groupId>
    <artifactId>liquibase-nochangelogupdate</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-nochangelogupdate/
implementation 'org.liquibase.ext:liquibase-nochangelogupdate:1.1'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-nochangelogupdate/
implementation ("org.liquibase.ext:liquibase-nochangelogupdate:1.1")
'org.liquibase.ext:liquibase-nochangelogupdate:jar:1.1'
<dependency org="org.liquibase.ext" name="liquibase-nochangelogupdate" rev="1.1">
  <artifact name="liquibase-nochangelogupdate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-nochangelogupdate', version='1.1')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-nochangelogupdate" % "1.1"
[org.liquibase.ext/liquibase-nochangelogupdate "1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.liquibase : liquibase-core jar 3.0.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.