Skip to content

updates_include

This table tells the core where to look for sql updates on startup.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
pathvarchar(200)PRINOdirectory to include. $ means relative to the source directory.
stateenum(
'RELEASED',
'ARCHIVED')
NORELEASEDdefines if the directory contains released or archived updates.
 

Description of fields ​

path ​

A directory to check.

Example: $/sql/updates/world  

state ​

Defines if the directory contains released or archived updates.