fix: asset data type for mysql + mariadb

This commit is contained in:
Nick
2019-05-27 00:28:12 -04:00
parent 241825ebd8
commit c0d7e16ef7
5 changed files with 82 additions and 724 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
WIKI.logger.info('=======================================')
WIKI.logger.info(`= Wiki.js ${_.padEnd(WIKI.version + ' ', 29, '=')}`)
WIKI.logger.info('=======================================')
WIKI.logger.info('Initializing...')
WIKI.models = require('./db').init()