migrate: enable chain migration.

This commit is contained in:
Christopher Jeffrey 2016-11-29 21:46:42 -08:00
parent 75f01c1692
commit 3e94b9fd0a
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -226,7 +226,7 @@ co.spawn(function* () {
yield updateOptions();
yield updateDeployments();
yield reserializeCoins();
// yield batch.write();
yield batch.write();
}).then(function() {
console.log('Migration complete.');
process.exit(0);