From 81eae1798515cb3306c68cce0fdcb92d4585a53b Mon Sep 17 00:00:00 2001
From: Zhang Ziqing <69516975+ziqing26@users.noreply.github.com>
Date: Fri, 19 Apr 2024 20:43:27 +0800
Subject: [PATCH] [#13060] Add beta 5 liquibase changelog and developers json
(#13061)
* Add beta 5 changelog
* Update changelog to be in alphabetical order
* Update developers.json
---
docs/schema-migration.md | 3 +-
.../db/changelog/db.changelog-root.xml | 1 +
.../changelog/db.changelog-v9.0.0beta.5.xml | 37 +++++++++++++++++++
src/web/data/developers.json | 12 ++++--
4 files changed, 48 insertions(+), 5 deletions(-)
create mode 100644 src/main/resources/db/changelog/db.changelog-v9.0.0beta.5.xml
diff --git a/docs/schema-migration.md b/docs/schema-migration.md
index a88f49ece0f..463f0cbb3c1 100644
--- a/docs/schema-migration.md
+++ b/docs/schema-migration.md
@@ -31,4 +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`.
diff --git a/src/main/resources/db/changelog/db.changelog-root.xml b/src/main/resources/db/changelog/db.changelog-root.xml
index af5c5e34d7e..4b13a967223 100644
--- a/src/main/resources/db/changelog/db.changelog-root.xml
+++ b/src/main/resources/db/changelog/db.changelog-root.xml
@@ -5,4 +5,5 @@
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/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
+
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.0beta.5.xml
new file mode 100644
index 00000000000..e0270bc4a14
--- /dev/null
+++ b/src/main/resources/db/changelog/db.changelog-v9.0.0beta.5.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/web/data/developers.json b/src/web/data/developers.json
index 0800a8c25cf..e5878d21caf 100644
--- a/src/web/data/developers.json
+++ b/src/web/data/developers.json
@@ -211,14 +211,14 @@
"name": "André Alves",
"username": "andremralves"
},
- {
- "name": "Andy Daehn",
- "username": "andydaehn"
- },
{
"name": "Andy",
"username": "Andy-W-Developer"
},
+ {
+ "name": "Andy Daehn",
+ "username": "andydaehn"
+ },
{
"multiple": true,
"name": "Ang Ji Kai",
@@ -649,6 +649,10 @@
{
"username": "Emp923"
},
+ {
+ "name": "",
+ "username": "eraldprifti03"
+ },
{
"name": "Eric Liu",
"username": "ericluoliu"