Skip to content

updates

This table contains sql updates already applied by the UpdateFetcher.

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 ​

The filename with extension of the update.  

hash ​

SHA1 hash of the query.  

state ​

Defines if an update is released or archived.  

timestamp ​

Timestamp when the query was applied.  

speed ​

Time the query took to apply in ms.