summaryrefslogtreecommitdiff
path: root/docs/updates_include.md
blob: 121b9b78e8943512f43b6bd7183c87490768b42d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# updates_include

[<-Back-to:Auth](database-auth.md)
[<-Back-to:Characters](database-characters.md)
[<-Back-to:World](database-world.md)

**The \`updates_include\` table**

**Structure**

| 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

## Description of the fields

### path

The directory to include in updates.

$ means relative to the source directory.

### state

Defines if the directory has released, custom or archived updates.