chore: Update SQL update guidelines in CLAUDE.md (#24700)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew
2026-02-13 10:34:59 -03:00
committed by GitHub
parent 64448d550f
commit c251b46892

View File

@@ -84,8 +84,9 @@ Scripts follow a registration pattern:
- **acore_characters** - Character data, inventories, progress (`data/sql/base/db_characters/`)
- **acore_world** - Game content: creatures, items, quests, spells, loot (`data/sql/base/db_world/`)
SQL updates go in `data/sql/updates/pending_*` with separate subdirectories per database until pull request is merged.
SQL updates go in `data/sql/updates/` with separate subdirectories per database after their pull request is merged.
- SQL updates go in `data/sql/updates/pending_*` with separate subdirectories per database until pull request is merged. Pending SQL files are assigned random names.
- SQL updates go in `data/sql/updates/` with separate subdirectories per database after their pull request is merged.
- SQL files outside the `data/sql/updates/pending_*` folders should never be updated.
### Module system