diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-08-08 06:04:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 12:04:05 +0200 |
| commit | 4791ba79f50b033a182422bb8dc9045da641b08c (patch) | |
| tree | ad6ea270fe488acbd478123c04e36a6aab3a4e07 /docs/account_access.md | |
| parent | 0d430fa01d4da85406f732b76921478c460440f6 (diff) | |
| download | wiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.gz wiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.bz2 wiki-4791ba79f50b033a182422bb8dc9045da641b08c.zip | |
chore: Update db-auth (#602)
* Update db-auth
* delete the language change from the tables
* Update database-auth.md
Diffstat (limited to 'docs/account_access.md')
| -rw-r--r-- | docs/account_access.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/account_access.md b/docs/account_access.md index 29d8263..5318e97 100644 --- a/docs/account_access.md +++ b/docs/account_access.md @@ -13,7 +13,7 @@ This table holds security access level for any realm in [realmlist](realmlist) t | [id][1] | INT | UNSIGNED | PRI | NO | | | | | [gmlevel][2] | TINYINT | UNSIGNED | | NO | | | | | [RealmID][3] | INT | SIGNED | PRI | NO | -1 | | | -| [comment][4] | VARCHAR(255) | | | YES | '' | | | +| [comment][4] | VARCHAR(255) | SIGNED | | YES | '' | | | [1]: #id [2]: #gmlevel |
