From 1d26eec2e40a67cd3140bf5282c963b250d70e14 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Tue, 26 Feb 2019 23:12:08 +0100 Subject: DB: add indexes --- docs/database-auth.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/database-auth.md') diff --git a/docs/database-auth.md b/docs/database-auth.md index 9695590..7c83a60 100644 --- a/docs/database-auth.md +++ b/docs/database-auth.md @@ -1 +1,16 @@ NOTE: the DB documentation is still a work in progress. We need your help to make it better, please read [this](https://github.com/azerothcore/wiki/issues/11). + +- [account](account.md) +- [account_access](account_access.md) +- [account_banned](account_banned.md) +- [account_muted](account_muted.md) +- [autobroadcast](autobroadcast.md) +- [ip2nation](ip2nation.md) +- [ip2nationCountries](ip2nationCountries.md) +- [ip_banned](ip_banned.md) +- [logs](logs.md) +- [logs_ip_actions](logs_ip_actions.md) +- [realmcharacters](realmcharacters.md) +- [realmlist](realmlist.md) +- [uptime](uptime.md) +- [version_db_auth](version_db_auth.md) -- cgit