diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-07-05 15:42:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 21:42:49 +0200 |
| commit | 419e2ab2ff9fce4399f3ec969d88a66c8341117f (patch) | |
| tree | 47a684c33f7c0a21d34ae88553579d107ba3dcc5 /docs/database-auth.md | |
| parent | e996716ad4b66b4d40e44123711a738789b9a2b8 (diff) | |
| download | wiki-419e2ab2ff9fce4399f3ec969d88a66c8341117f.tar.gz wiki-419e2ab2ff9fce4399f3ec969d88a66c8341117f.tar.bz2 wiki-419e2ab2ff9fce4399f3ec969d88a66c8341117f.zip | |
chore: update some auth-related files (#573)
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) |
