|
@@ -25,6 +25,7 @@ import { aclService as aclServiceSingletonInstance } from '../service/acl';
|
|
|
import AppService from '../service/app';
|
|
import AppService from '../service/app';
|
|
|
import AttachmentService from '../service/attachment';
|
|
import AttachmentService from '../service/attachment';
|
|
|
import { configManager as configManagerSingletonInstance } from '../service/config-manager';
|
|
import { configManager as configManagerSingletonInstance } from '../service/config-manager';
|
|
|
|
|
+import { runDataConversion } from '../service/data-converter';
|
|
|
import { instanciate as instanciateExternalAccountService } from '../service/external-account';
|
|
import { instanciate as instanciateExternalAccountService } from '../service/external-account';
|
|
|
import { FileUploader, getUploader } from '../service/file-uploader'; // eslint-disable-line no-unused-vars
|
|
import { FileUploader, getUploader } from '../service/file-uploader'; // eslint-disable-line no-unused-vars
|
|
|
import { G2GTransferPusherService, G2GTransferReceiverService } from '../service/g2g-transfer';
|
|
import { G2GTransferPusherService, G2GTransferReceiverService } from '../service/g2g-transfer';
|
|
@@ -173,6 +174,8 @@ Crowi.prototype.init = async function() {
|
|
|
]);
|
|
]);
|
|
|
|
|
|
|
|
await this.autoInstall();
|
|
await this.autoInstall();
|
|
|
|
|
+
|
|
|
|
|
+ await runDataConversion();
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
/**
|