Update 2024_11_25_00.sql

This commit is contained in:
bash
2024-11-25 23:37:19 +01:00
committed by GitHub
parent e3bcadb19e
commit 733c64343e

View File

@@ -1,11 +1,11 @@
UPDATE `updates_include`
SET `path` = '$/data/sql/playerbots/updates'
WHERE `state` = 'RELEASED';
UPDATE 'updates_include'
SET 'path' = '$/data/sql/playerbots/updates'
WHERE 'state' = 'RELEASED';
UPDATE `updates_include`
SET `path` = '$/data/sql/playerbots/custom'
WHERE `state` = 'CUSTOM';
UPDATE 'updates_include'
SET 'path' = '$/data/sql/playerbots/custom'
WHERE 'state' = 'CUSTOM';
UPDATE `updates_include`
SET `path` = '$/data/sql/playerbots/archive'
WHERE `state` = 'ARCHIVED';
UPDATE 'updates_include'
SET 'path' = '$/data/sql/playerbots/archive'
WHERE 'state' = 'ARCHIVED';