summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalter Pagani <paganiwalter@gmail.com>2021-01-12 16:30:19 -0300
committerGitHub <noreply@github.com>2021-01-12 20:30:19 +0100
commit4514c12b8a3ec11c1fcdde23ae0c08ddff90eca6 (patch)
tree8b76ae713fd204b751e84089986a908fed66fc09
parent71ab373b9c91e91d0cd83dca85e5ea3452da5bba (diff)
downloadwiki-4514c12b8a3ec11c1fcdde23ae0c08ddff90eca6.tar.gz
wiki-4514c12b8a3ec11c1fcdde23ae0c08ddff90eca6.tar.bz2
wiki-4514c12b8a3ec11c1fcdde23ae0c08ddff90eca6.zip
Modifying information in database-auth (#355)
-rw-r--r--docs/database-auth.md4
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)