mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
live patching sequelize not needed anymore
This commit is contained in:
parent
2d09baf34d
commit
83e4b5f88a
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
|||
const Sequelize = require('sequelize')
|
||||
|
||||
// this is an hack: https://github.com/sequelize/sequelize/pull/14800
|
||||
// const livePatchMariaDBDialect = require('sequelize/lib/dialects/mariadb/query')
|
||||
// livePatchMariaDBDialect.prototype.handleJsonSelectQuery = () => null
|
||||
|
||||
const Umzug = require('umzug')
|
||||
const path = require('path')
|
||||
const config = require('../../config')
|
||||
|
|
Loading…
Reference in a new issue