From 0cda3782a51619c39af36caec0bb472d7481f83c Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 8 Jun 2020 19:14:57 +0200 Subject: Remove useless pages (#236) * Remove useless page * remove duplicate tables * Order by name * Indentation * Github be weird sometimes * because these are not tabs * this doesnt exist --- docs/Auth-Database.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 docs/Auth-Database.md (limited to 'docs/Auth-Database.md') diff --git a/docs/Auth-Database.md b/docs/Auth-Database.md deleted file mode 100644 index 757758c..0000000 --- a/docs/Auth-Database.md +++ /dev/null @@ -1,12 +0,0 @@ -[Database Structure](Database-Structure) > [Auth-Database](Auth-Database) -* [Account](account) -* [Account_access](account_access) -* [Account_banned](account_banned) -* [Autobroadcast](autobroadcast) -* [Ip_banned](ip_banned) -* [Ip2nation](ip2nation) -* [Ip2nationCountries](ip2nationCountries) -* [Logs](logs) -* [Realmcharacters](realmcharacters) -* [Realmlist](realmlist) -* [Version_db_auth](version_db_auth) -- cgit