Skip to content

Commit 0ed5e14

Browse files
committed
Add new world database correction trigger
1 parent e0ed050 commit 0ed5e14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/database/db-functions.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ populate_world_db_corrections_table() {
166166
SELECT 12, 'migration edits in vmangos/core@01bd3b3', '2026-04-09' \
167167
WHERE NOT EXISTS ( \
168168
SELECT 12 FROM \`world_db_corrections\` WHERE \`id\` = 12 \
169+
); \
170+
INSERT INTO \`world_db_corrections\` (\`id\`, \`reason\`, \`date\`) \
171+
SELECT 13, 'migration edits in vmangos/core@68560ac', '2026-04-11' \
172+
WHERE NOT EXISTS ( \
173+
SELECT 13 FROM \`world_db_corrections\` WHERE \`id\` = 13 \
169174
);"
170175
}
171176

0 commit comments

Comments
 (0)