chg: [update] DO not execute pre-update test for the timeline update

anymore (pre-update feature not fully supported yet)
pull/4743/head
mokaddem 2019-07-01 16:27:09 +02:00
parent 66520f4b19
commit 1bef45a6f0
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class AppModel extends Model
'exitOnError' => false, # should the update exit on error
'requirements' => 'MySQL version must be >= 5.6', # message stating the requirements necessary for the update
'record' => true, # should the update success be saved in the admin_table
'preUpdate' => 'seenOnAttributeAndObjectPreUpdate', # Function to execute before the update. If it throws an error, it cancels the update
// 'preUpdate' => 'seenOnAttributeAndObjectPreUpdate', # Function to execute before the update. If it throws an error, it cancels the update
'url' => '/servers/updateDatabase/seenOnAttributeAndObject/' # url pointing to the funcion performing the update
),
'testUpdate' => array(