commit fc19bca62c69ddd86d58df86760f49f056fd8ec3 Author: pashko Date: Fri Apr 19 14:26:31 2024 +0800 only pom xml liquibase diff workflow diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd78a5c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +diff-changelog +*.csv diff --git a/changelog-dir-db02-pom/changelog-master.xml b/changelog-dir-db02-pom/changelog-master.xml new file mode 100644 index 0000000..d11ceaa --- /dev/null +++ b/changelog-dir-db02-pom/changelog-master.xml @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a71f6da --- /dev/null +++ b/pom.xml @@ -0,0 +1,63 @@ + + + 4.0.0 + ru.org.pm + db + 1.0.0 + db + Test Database + pom + + UTF-8 + UTF-8 + 4.17.0 + 42.6.0 + 1.32 + yyyyMMddHHmmss + + + + + org.postgresql + postgresql + ${postgresql.version} + + + org.liquibase + liquibase-core + ${liquibase.version} + + + + + + org.liquibase + liquibase-maven-plugin + 4.17.0 + + changelog-dir-db02-pom/diff-changelog/ + changelog-dir-db02-pom/changelog-master.xml + changelog-dir-db02-pom/changelog-master.xml + changelog-dir-db02-pom/diff-changelog/liquibase-diffChangeLog-${maven.build.timestamp}.xml + liquibase + public + org.postgresql.Driver + dbuser01 + QWEasd759 + jdbc:postgresql://10.2.5.46:5432/db02-pom + org.postgresql.Driver + jdbc:postgresql://10.2.5.47:5432/db01-pom + dbuser01 + QWEasd759 + diff + /data + true + + false + + + + + + \ No newline at end of file