diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-07-06 21:43:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 03:43:53 +0200 |
| commit | 8a98b71ec8ebde05d0eb426c6bb7d39a2ca8dc94 (patch) | |
| tree | ae02e2673f2af19217327d9a4c23d494baa43ac5 /docs/es/updates_include.md | |
| parent | 6fe46c4315c716d1c5edec157d9f928543742d80 (diff) | |
| download | wiki-8a98b71ec8ebde05d0eb426c6bb7d39a2ca8dc94.tar.gz wiki-8a98b71ec8ebde05d0eb426c6bb7d39a2ca8dc94.tar.bz2 wiki-8a98b71ec8ebde05d0eb426c6bb7d39a2ca8dc94.zip | |
chore: auth improvements in Spanish (#579)
* Update account_access.md
* ip_banned.md
* logs.md
* logs_ip_actions.md
* realmcharacters and realmlist.md
* create secret_digest.md sp
* uptime.md
* version_db_auth.md
* database-auth.md
* create update.md
* create updates_include.md
Diffstat (limited to 'docs/es/updates_include.md')
| -rw-r--r-- | docs/es/updates_include.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/es/updates_include.md b/docs/es/updates_include.md new file mode 100644 index 0000000..9e7c497 --- /dev/null +++ b/docs/es/updates_include.md @@ -0,0 +1,29 @@ +# updates_include + +[<-Volver a:Auth](database-auth.md) +[<-Volver a:Characters](database-characters.md) +[<-Volver a:World](database-world.md) + +**Tabla \`updates_include\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------- | ------------ | ------------------------ | --- | ---- | -------- | ----- | --------------------------------------------------------------- | +| [path][1] | VARCHAR(200) | | PRI | NO | | | Directory to include. $ means relative to the source directory. | +| [state][2] | ENUM | RELEASED,CUSTOM,ARCHIVED | | NO | RELEASED | | Defines if the directory contains released or archived updates. | + +[1]: #path +[2]: #state + +## Descripción de los campos + +### path + +El directorio para incluir en las actualizaciones. + +$ significa relativo al directorio de origen. + +### state + +Define si el directorio tiene actualizaciones publicadas, personalizadas o archivadas. |
