mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
CI/GitHub: Update basic guideline in issue form for SQL fixes
This commit is contained in:
2
.github/ISSUE_TEMPLATE/sql_fix.yml
vendored
2
.github/ISSUE_TEMPLATE/sql_fix.yml
vendored
@@ -16,7 +16,7 @@ body:
|
||||
- don't use ' around numbers
|
||||
- don't use ( ) if they aren't needed
|
||||
- use only one INSERT INTO statement when you add multiple rows to one table, unless you are scripting multiple creatures
|
||||
- always add every row you insert below INSERT INTO statement
|
||||
- always add every row you insert below INSERT INTO statement (each row inside new row)
|
||||
- always use capital letters for all keywords (DELETE, FROM, SELECT, WHERE, IN, etc.)
|
||||
- always use backticks for every column and table name
|
||||
- always include column names in every INSERT INTO statement
|
||||
|
||||
Reference in New Issue
Block a user