diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-07-07 06:53:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 06:53:58 +0200 |
| commit | 7959f6e3c67ecbd6feb33f3903ce995aa6bc5027 (patch) | |
| tree | bff60cce2022e634f8be6e8c9be9f8534b21e164 /docs/database-installation.md | |
| parent | 693b6336955ac7ab0ba8f5aa86071a5f423d5fd5 (diff) | |
| download | wiki-7959f6e3c67ecbd6feb33f3903ce995aa6bc5027.tar.gz wiki-7959f6e3c67ecbd6feb33f3903ce995aa6bc5027.tar.bz2 wiki-7959f6e3c67ecbd6feb33f3903ce995aa6bc5027.zip | |
chore: sql-directory (#575)
Diffstat (limited to 'docs/database-installation.md')
| -rw-r--r-- | docs/database-installation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/database-installation.md b/docs/database-installation.md index 619d8f0..ff39a80 100644 --- a/docs/database-installation.md +++ b/docs/database-installation.md @@ -25,6 +25,8 @@ You can choose to populate the database in two ways: - Automatic Database Updater (default, recommended) - DB Assambler tool +If you want to know how the SQL directory works or plan to have custom changes we recommend you read [this](sql-directory). + ### Automatic Database Updater (default, recommended) By default the Worldserver and Authserver will check for, and import all new files into the database you specified in the config. |
