summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-12-02 14:18:02 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-12-02 14:18:02 +0100
commit12c9a27dbd95f36cbb2d959a4fc55dad5e61141d (patch)
tree98dac2ce894b568129722c919433e0be276267e2
parent8c8583889c9f705f74fc011517bf6f57ce3f2dd8 (diff)
db: Remove irrelevant references to Liquibase Pro.
Change-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08
-rw-r--r--src/main/resources/db/changeLog-1.0.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/resources/db/changeLog-1.0.xml b/src/main/resources/db/changeLog-1.0.xml
index 132681e..24e16db 100644
--- a/src/main/resources/db/changeLog-1.0.xml
+++ b/src/main/resources/db/changeLog-1.0.xml
@@ -2,13 +2,10 @@
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
- xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.liquibase.org/xml/ns/dbchangelog-ext
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
- http://www.liquibase.org/xml/ns/pro
- http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.9.xsd
http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.9.xsd">