mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-25 05:09:40 +00:00
Change migration version to v2.19.4
This commit is contained in:
parent
7038f5730f
commit
568bf0254d
3 changed files with 4 additions and 4 deletions
|
|
@ -5,9 +5,9 @@ const { expect } = chai
|
|||
const { DataTypes, Sequelize } = require('sequelize')
|
||||
const Logger = require('../../../server/Logger')
|
||||
|
||||
const { up, down } = require('../../../server/migrations/v2.19.3-improve-podcast-queries')
|
||||
const { up, down } = require('../../../server/migrations/v2.19.4-improve-podcast-queries')
|
||||
|
||||
describe('Migration v2.19.3-improve-podcast-queries', () => {
|
||||
describe('Migration v2.19.4-improve-podcast-queries', () => {
|
||||
let sequelize
|
||||
let queryInterface
|
||||
let loggerInfoStub
|
||||
Loading…
Add table
Add a link
Reference in a new issue