added option do_migration_to_winix_fullmorm do the config (only temporarily)
if true then we make Item::do_migration() and exit
This commit is contained in:
@@ -40,6 +40,11 @@
|
||||
#include "models/itemcontent.h"
|
||||
|
||||
|
||||
// temporary
|
||||
#include "core/log.h"
|
||||
|
||||
|
||||
|
||||
namespace Winix
|
||||
{
|
||||
|
||||
@@ -173,7 +178,7 @@ public:
|
||||
/*
|
||||
* temporary
|
||||
*/
|
||||
static void do_migration(morm::ModelConnector * model_connector);
|
||||
void do_migration(morm::ModelConnector * model_connector, Log & log);
|
||||
|
||||
void propagate_connector();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user