add migration to restore scrolls

This commit is contained in:
Matteo Pagliazzi
2019-07-17 20:48:48 +02:00
parent 1e66cc9193
commit e8c6340af8
2 changed files with 84 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ function setUpServer () {
setUpServer();
// Replace this with your migration
const processUsers = require('./archive/2019/20190716_groups_fix.js');
const processUsers = require('./archive/2019/20190717_groups_fix_2.js');
processUsers()
.then(function success () {
process.exit(0);