updates_include
This table tells the core where to look for sql updates on startup.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| path | varchar(200) | PRI | NO | directory to include. $ means relative to the source directory. | |||
| state | enum( 'RELEASED', 'ARCHIVED') | NO | RELEASED | defines if the directory contains released or archived updates. | |||
Description of fields
path
Directory to include. $ means relative to the source directory.
Example: $/sql/updates/characters
state
Defines if the directory contains released or archived updates.
