diff options
Diffstat (limited to 'docs/database-auth.md')
| -rw-r--r-- | docs/database-auth.md | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
