mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
add migration to restore scrolls
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user