Added the queue system to handle the webhooks and asynchronous events.
This commit is contained in:
@@ -51,6 +51,7 @@ function IDF_Migrations_Backup_run($folder, $name=null)
|
||||
'IDF_Review_FileComment',
|
||||
'IDF_Key',
|
||||
'IDF_Scm_Cache_Git',
|
||||
'IDF_Queue',
|
||||
);
|
||||
$db = Pluf::db();
|
||||
// Now, for each table, we dump the content in json, this is a
|
||||
@@ -94,6 +95,7 @@ function IDF_Migrations_Backup_restore($folder, $name)
|
||||
'IDF_Review_FileComment',
|
||||
'IDF_Key',
|
||||
'IDF_Scm_Cache_Git',
|
||||
'IDF_Queue',
|
||||
);
|
||||
$db = Pluf::db();
|
||||
$schema = new Pluf_DB_Schema($db);
|
||||
|
Reference in New Issue
Block a user