Skip to content

Commit

Permalink
database update data folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
hermensbas authored Nov 25, 2024
1 parent e6feccb commit 27d1bda
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/sql/playerbots/updates/db_playerbots/2024_11_25.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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/archive'
WHERE `state` = 'ARCHIVED';

0 comments on commit 27d1bda

Please sign in to comment.