Skip to content

updates

List of all applied updates in this database.

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 ​

Filename with extension of the update.  

hash ​

sha1 hash of the sql file.  

state ​

Defines if an update is released or archived.  

timestamp ​

Timestamp when the query was applied.  

speed ​

Time the query takes to apply in ms.