aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/sql_fix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/sql_fix.yml b/.github/ISSUE_TEMPLATE/sql_fix.yml
index e0685ed8bae..fa7829df0da 100644
--- a/.github/ISSUE_TEMPLATE/sql_fix.yml
+++ b/.github/ISSUE_TEMPLATE/sql_fix.yml
@@ -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