diff options
| -rw-r--r-- | docs/database-auth.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/database-auth.md b/docs/database-auth.md index 7c83a60..83d64de 100644 --- a/docs/database-auth.md +++ b/docs/database-auth.md @@ -1,4 +1,6 @@ -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). +# 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. - [account](account.md) - [account_access](account_access.md) |
