add little message reminder inside the latest migration for updating nginx config, until #352 can ever get done

indiachan-spamvector
Thomas Lynch 3 years ago
parent 20f38a77a5
commit 9a6c0d22ab
  1. 3
      migrations/0.1.3.js

@ -1,7 +1,7 @@
'use strict'; 'use strict';
module.exports = async(db, redis) => { module.exports = async(db, redis) => {
console.log('add u to posts'); console.log('add unix time to posts for (u) links');
await db.collection('posts').aggregate([ await db.collection('posts').aggregate([
{ {
$project: { $project: {
@ -16,4 +16,5 @@ module.exports = async(db, redis) => {
} }
} }
]).toArray(); ]).toArray();
console.log('=\nHEY, you should update your nginx configs. 0.1.3 had some nginx config changes to support new favicon location and gulp task. Refer to step 6 of README if you forgot how\n=')
}; };

Loading…
Cancel
Save