We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ed050 commit 0ed5e14Copy full SHA for 0ed5e14
docker/database/db-functions.sh
@@ -166,6 +166,11 @@ populate_world_db_corrections_table() {
166
SELECT 12, 'migration edits in vmangos/core@01bd3b3', '2026-04-09' \
167
WHERE NOT EXISTS ( \
168
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 \
174
);"
175
}
176
0 commit comments