Skip to content

updates

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
namevarchar(200)PRINOfilename with extension of the update.
hashchar(40)YES''sha1 hash of the sql file.
stateenum(
'RELEASED',
'ARCHIVED')
NORELEASEDdefines if an update is released or archived.
timestamptimestampNOCURRENT_TIMESTAMPDEFAULT_GENERATEDtimestamp when the query was applied.
speedintunsignedNO0time the query takes to apply in ms.
 

Description of fields ​

name ​

- no description -  

hash ​

- no description -  

state ​

- no description -  

timestamp ​

- no description -  

speed ​

- no description -