mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-01 07:49:40 +00:00
Fix bad migration version
This commit is contained in:
parent
a5f33a5502
commit
a7e01ad6ee
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
* @property {MigrationContext} context - an object containing the migration context.
|
* @property {MigrationContext} context - an object containing the migration context.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const migrationVersion = '2.20.1'
|
const migrationVersion = '2.25.2'
|
||||||
const migrationName = `${migrationVersion}-add-ipaddress-to-playbacksession`
|
const migrationName = `${migrationVersion}-add-ipaddress-to-playbacksession`
|
||||||
const loggerPrefix = `[${migrationVersion} migration]`
|
const loggerPrefix = `[${migrationVersion} migration]`
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue