summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/how-to-create-a-pr.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/how-to-create-a-pr.md b/docs/how-to-create-a-pr.md
index 77102e9..5a31c54 100644
--- a/docs/how-to-create-a-pr.md
+++ b/docs/how-to-create-a-pr.md
@@ -133,14 +133,6 @@ having a unique name that looks like `rev_XXXXXXXXXXXX.sql`
![AzerothCore - create pending sql file](http://www.azerothcore.org/wiki/assets/images/pr-tutorial/8.png)
-Open it with a text editor. You will notice that it contains some SQL code like:
-
-```
-INSERT INTO `version_db_world` (`sql_rev`) VALUES ('XXXXXXXXXXXX');
-```
-
-Do NOT remove this line. Add your SQL code below and save it.
-
Now add this file to be committed using the `git add path/to/file` command:
```