mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 19:01:41 +00:00
Update migration to v2.20.0
This commit is contained in:
parent
82af8d19f2
commit
184e842580
3 changed files with 4 additions and 4 deletions
|
|
@ -5,11 +5,11 @@ const { expect } = chai
|
|||
const { DataTypes, Sequelize } = require('sequelize')
|
||||
const Logger = require('../../../server/Logger')
|
||||
|
||||
const { up, down } = require('../../../server/migrations/v2.19.6-improve-author-sort-queries')
|
||||
const { up, down } = require('../../../server/migrations/v2.20.0-improve-author-sort-queries')
|
||||
|
||||
const normalizeWhitespaceAndBackticks = (str) => str.replace(/\s+/g, ' ').trim().replace(/`/g, '')
|
||||
|
||||
describe('Migration v2.19.6-improve-author-sort-queries', () => {
|
||||
describe('Migration v2.20.0-improve-author-sort-queries', () => {
|
||||
let sequelize
|
||||
let queryInterface
|
||||
let loggerInfoStub
|
||||
Loading…
Add table
Add a link
Reference in a new issue