migration notice tweak

indiachan-spamvector
Thomas Lynch 3 years ago
parent 08c83ac4b9
commit 8cb96722a9
  1. 4
      migrations/0.1.3.js

@ -16,6 +16,6 @@ module.exports = async(db, redis) => {
}
}
]).toArray();
console.log('=\nNOTICE: 0.1.3 has updated nginx config, now using snippets for a more modular config that is easier to maintain. It is recommended to update these, refer to step 6 of README.\n=')
console.log('=\nNOTICE: 0.1.3 now makes custom favicon generate easily and properly. Place your master image file in gulp/res/icons/master.png, then run "gulp generate-favicon && gulp icons".\n=')
console.log('=\nNOTICE: 0.1.3 has updated nginx config, now using snippets for a more modular config that is easier to maintain. It is recommended to update these, refer to step 6 of INSTALLATION.\n=')
console.log('=\nNOTICE: 0.1.3 now makes custom favicon generate easily and properly. Place your master image file in gulp/res/icons/master.png, then run "gulp generate-favicon && gulp icons"\n=')
};

Loading…
Cancel
Save