Added a global configuration registry.
This commit is contained in:
@@ -52,6 +52,7 @@ function IDF_Migrations_Backup_run($folder, $name=null)
|
||||
'IDF_Key',
|
||||
'IDF_Scm_Cache_Git',
|
||||
'IDF_Queue',
|
||||
'IDF_Gconf',
|
||||
);
|
||||
$db = Pluf::db();
|
||||
// Now, for each table, we dump the content in json, this is a
|
||||
@@ -96,6 +97,7 @@ function IDF_Migrations_Backup_restore($folder, $name)
|
||||
'IDF_Key',
|
||||
'IDF_Scm_Cache_Git',
|
||||
'IDF_Queue',
|
||||
'IDF_Gconf',
|
||||
);
|
||||
$db = Pluf::db();
|
||||
$schema = new Pluf_DB_Schema($db);
|
||||
|
Reference in New Issue
Block a user