From 55c623c547ea0354209b33faa184a71a3cdda102 Mon Sep 17 00:00:00 2001 From: "Julio A. Leyva Osorio" Date: Thu, 22 Jul 2021 13:36:46 -0400 Subject: docs: Update db-characters-en (#606) --- docs/database-characters.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/database-characters.md') diff --git a/docs/database-characters.md b/docs/database-characters.md index d0adc36..352a537 100644 --- a/docs/database-characters.md +++ b/docs/database-characters.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 Characters + +The auth database currently has 95 tables, which mainly store information related to user accounts. Although some of them have other functionalities. The last synchronization was done: [20-07-2021](https://github.com/azerothcore/wiki/pull/584). 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_data](account_data.md) - [account_instance_times](account_instance_times.md) -- cgit