chore: Update ClaudeAI SQL updates directory instructions (#24640)
This commit is contained in:
parent
3b8ac391d9
commit
28f91949ea
1 changed files with 4 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ 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/` with separate subdirectories per database.
|
||||
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.
|
||||
|
||||
### Module system
|
||||
|
||||
|
|
@ -111,6 +112,8 @@ Type(Scope/Subscope): Short description (max 50 chars)
|
|||
- 2-space indentation for JSON, YAML, shell scripts
|
||||
- UTF-8 encoding, LF line endings
|
||||
- Max 80 character line length
|
||||
- No braces around single-line statements
|
||||
- Use {} to parse variables into output instead of %u etc.
|
||||
- CI enforces code style checks and compiles with `-Werror`
|
||||
|
||||
## PR Requirements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue