Back to 'updates' Return to world Go to 'vehicle_accessory'
This table tells the core where to look for sql updates on startup.
| 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. |
A directory to check.
Example: $/sql/updates/world
Defines if the directory contains released or archived updates.