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:
2021-04-14 14:13:47 +02:00
parent 4b71530f4c
commit ccda2bc2fd
3 changed files with 28 additions and 17 deletions

View File

@@ -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();