From 7959f6e3c67ecbd6feb33f3903ce995aa6bc5027 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 7 Jul 2021 06:53:58 +0200 Subject: chore: sql-directory (#575) --- docs/database-installation.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/database-installation.md') 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. -- cgit