From 2f0a5134bb3218b0d5cffc9dbe7d6ee5e33a95d1 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Sun, 15 Aug 2021 18:07:59 +0200 Subject: fix: missing part from my previous commit --- docs/how-to-create-a-db-pr.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/how-to-create-a-db-pr.md b/docs/how-to-create-a-db-pr.md index 4350be9..6cbc6e6 100644 --- a/docs/how-to-create-a-db-pr.md +++ b/docs/how-to-create-a-db-pr.md @@ -90,6 +90,7 @@ Now you need to: - set the file name as the one you generated in the step 4 - add the SQL version code that you generated in the step 4 +- add a new line, then add your own SQL code below and then add a new empty line at the end of the file ![AzerothCore new SQL file example](http://www.azerothcore.org/wiki/assets/images/pr-tutorial/web-create-new-file-2.png) -- cgit