jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
928 B

'use strict';
module.exports = {
'0.0.1': require(__dirname+'/migration-0.0.1.js'), //add bypasses to database
'0.0.2': require(__dirname+'/migration-0.0.2.js'), //rename ip field in posts
'0.0.3': require(__dirname+'/migration-0.0.3.js'), //move files from /img to /file/
'0.0.4': require(__dirname+'/migration-0.0.4.js'), //rename some fields for board lock mode and unlisting
'0.0.5': require(__dirname+'/migration-0.0.5.js'), //add bumplimit to board settings
'0.0.6': require(__dirname+'/migration-0.0.6.js'), //add blocked countries to board settings
'0.0.7': require(__dirname+'/migration-0.0.7.js'), //sage only email without force anon for some reason
'0.0.8': require(__dirname+'/migration-0.0.8.js'), //option to auto reset triggers after hour is over
'0.0.9': require(__dirname+'/migration-0.0.9.js'), //ip changes
'0.0.10': require(__dirname+'/migration-0.0.10.js'), //add links to modlog for new logs
}