migrate: enable chain migration.
This commit is contained in:
parent
75f01c1692
commit
3e94b9fd0a
@ -226,7 +226,7 @@ co.spawn(function* () {
|
|||||||
yield updateOptions();
|
yield updateOptions();
|
||||||
yield updateDeployments();
|
yield updateDeployments();
|
||||||
yield reserializeCoins();
|
yield reserializeCoins();
|
||||||
// yield batch.write();
|
yield batch.write();
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
console.log('Migration complete.');
|
console.log('Migration complete.');
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user