From 5c49e63ec19e14f7dcbe86fa9ad5c4c486e54322 Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Sat, 2 Apr 2022 17:42:43 +0300 Subject: CI/GitHub: Update basic guideline in issue form for SQL fixes --- .github/ISSUE_TEMPLATE/sql_fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3