From 4514c12b8a3ec11c1fcdde23ae0c08ddff90eca6 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Tue, 12 Jan 2021 16:30:19 -0300 Subject: Modifying information in database-auth (#355) --- docs/database-auth.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/database-auth.md') 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) -- cgit