From 335d4d6150fd1355e1efcdb5ad36f61e8d731673 Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Sun, 25 Jul 2021 00:50:19 +0930 Subject: chore: Adds Useful SQL link to Documentation index (#612) * Adds Useful SQL link to Documentation index * Update documentation-index.md Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> --- docs/documentation-index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/documentation-index.md b/docs/documentation-index.md index caa5f29..c245742 100644 --- a/docs/documentation-index.md +++ b/docs/documentation-index.md @@ -46,6 +46,7 @@ redirect_from: /documentation_index * [How to import DBC data into SQL](how-to-import-dbc-data-in-db.md) * [Run Worldserver and Authserver in Visual Studio](run-worldserver-and-authserver-in-visual-studio.md) +* [Useful SQL Snippets](useful-sql.md) ## External resources -- cgit