diff --git a/docs/schema-migration.md b/docs/schema-migration.md index 463f0cbb3c1..a681a7bc4ff 100644 --- a/docs/schema-migration.md +++ b/docs/schema-migration.md @@ -31,5 +31,5 @@ Here is a brief description of the activities defined for Liquibase 5. Generate snapshot of database by running `./gradlew liquibaseSnapshot -PrunList=snapshot`, the snapshot will be output to `liquibase-snapshot.json` 6. Checkout your branch and repeat steps 2 and 4 to generate the tables found on your branch 7. Run `./gradlew liquibaseDiffChangeLog -PrunList=diffMain` to generate changeLog to resolve database schema differences -8. Manually add a changeSet to tag the database using `release_number` (See the last changeset in v9.0.0 for reference). -9. Include the new changelog file in `changelog-root.xml`. +8. Manually add a changeSet to tag the database using `release_number`. The tag should be named ` - + diff --git a/src/main/resources/db/changelog/db.changelog-v9.0.0beta.5.xml b/src/main/resources/db/changelog/db.changelog-v9.0.0-beta.5.xml similarity index 97% rename from src/main/resources/db/changelog/db.changelog-v9.0.0beta.5.xml rename to src/main/resources/db/changelog/db.changelog-v9.0.0-beta.5.xml index e0270bc4a14..14642683cb1 100644 --- a/src/main/resources/db/changelog/db.changelog-v9.0.0beta.5.xml +++ b/src/main/resources/db/changelog/db.changelog-v9.0.0-beta.5.xml @@ -32,6 +32,6 @@ - +