summaryrefslogtreecommitdiff
path: root/docs/uptime.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2021-08-08 06:04:05 -0400
committerGitHub <noreply@github.com>2021-08-08 12:04:05 +0200
commit4791ba79f50b033a182422bb8dc9045da641b08c (patch)
treead6ea270fe488acbd478123c04e36a6aab3a4e07 /docs/uptime.md
parent0d430fa01d4da85406f732b76921478c460440f6 (diff)
downloadwiki-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/uptime.md')
-rw-r--r--docs/uptime.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/uptime.md b/docs/uptime.md
index 395732d..8dd6dfa 100644
--- a/docs/uptime.md
+++ b/docs/uptime.md
@@ -9,12 +9,12 @@ This table holds the server's uptime. The core will automatically update the lat
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
-|-----------------|--------------|------------|-----|------|-------------|-------|---------|
+| --------------- | ------------ | ---------- | --- | ---- | ----------- | ----- | ------- |
| [realmid][1] | INT | UNSIGNED | PRI | NO | | | |
| [starttime][2] | INT | UNSIGNED | PRI | NO | 0 | | |
| [uptime][3] | INT | UNSIGNED | | NO | 0 | | |
| [maxplayers][4] | SMALLINT | UNSIGNED | | NO | 0 | | |
-| [revision][5] | VARCHAR(255) | | | NO | AzerothCore | | |
+| [revision][5] | VARCHAR(255) | SIGNED | | NO | AzerothCore | | |
[1]: #realmid
[2]: #starttime
@@ -26,7 +26,7 @@ This table holds the server's uptime. The core will automatically update the lat
### realmid
-The ID of the realm. See [realmlist.id](realmlist#id)
+The ID of the realm. See [realmlist.id](realmlist#id).
### starttime
@@ -42,4 +42,4 @@ The maximum number of players connected.
### revision
-The detailed revision of the worldserver
+The detailed revision of the worldserver.