From 419e2ab2ff9fce4399f3ec969d88a66c8341117f Mon Sep 17 00:00:00 2001 From: "Julio A. Leyva Osorio" Date: Mon, 5 Jul 2021 15:42:49 -0400 Subject: chore: update some auth-related files (#573) --- docs/database-auth.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/database-auth.md') diff --git a/docs/database-auth.md b/docs/database-auth.md index e039009..69c891d 100644 --- a/docs/database-auth.md +++ b/docs/database-auth.md @@ -1,6 +1,6 @@ # Database Auth -The auth database currently has 14 tables, which mainly store information related to user accounts. Although some of them have other functionalities. The last synchronization was done: [10-01-2021](https://github.com/azerothcore/wiki/issues/338). If you detect that any table is outdated, you can create an [issue](https://github.com/azerothcore/wiki/issues) within our repository or make a [pull request](https://github.com/azerothcore/wiki/pulls) with the modification of the information. +The auth database currently has 14 tables, which mainly store information related to user accounts. Although some of them have other functionalities. The last synchronization was done: [05-07-2021](https://github.com/azerothcore/wiki/pull/573). If you detect that any table is outdated, you can create an [issue](https://github.com/azerothcore/wiki/issues) within our repository or make a [pull request](https://github.com/azerothcore/wiki/pulls) with the modification of the information. - [account](account.md) - [account_access](account_access.md) @@ -13,5 +13,6 @@ The auth database currently has 14 tables, which mainly store information relate - [logs_ip_actions](logs_ip_actions.md) - [realmcharacters](realmcharacters.md) - [realmlist](realmlist.md) +- [secret_digest](secret_digest.md) - [uptime](uptime.md) - [version_db_auth](version_db_auth.md) -- cgit