diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2022-05-02 17:33:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-02 17:33:57 +0200 |
| commit | 5b3b5a4184c3d5c71adeb6fdd3e9b3a8f69bec64 (patch) | |
| tree | 562a1c11d6fc6feff800022baddc4a9a189124c9 /docs | |
| parent | a7073138ecae5ff42e531f5191812015a72e6559 (diff) | |
| download | wiki-5b3b5a4184c3d5c71adeb6fdd3e9b3a8f69bec64.tar.gz wiki-5b3b5a4184c3d5c71adeb6fdd3e9b3a8f69bec64.tar.bz2 wiki-5b3b5a4184c3d5c71adeb6fdd3e9b3a8f69bec64.zip | |
chore
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/how-to-create-a-pr.md | 8 |
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`  -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: ``` |
