Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
LLLE_Project
Ecolyo
Commits
f89d57e1
Commit
f89d57e1
authored
Jan 11, 2022
by
Yoan VALLET
Browse files
fix: handle correctly the migration schema version
parent
dbe738e2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/migrations/migration.data.ts
View file @
f89d57e1
...
...
@@ -423,8 +423,8 @@ export const migrations: Migration[] = [
},
},
{
baseSchemaVersion
:
1
5
,
targetSchemaVersion
:
1
6
,
baseSchemaVersion
:
1
4
,
targetSchemaVersion
:
1
5
,
appVersion
:
'
1.6.1
'
,
description
:
'
Remove wrong price for Enedis year
'
,
releaseNotes
:
null
,
...
...
@@ -444,8 +444,8 @@ export const migrations: Migration[] = [
},
},
{
baseSchemaVersion
:
1
7
,
targetSchemaVersion
:
1
8
,
baseSchemaVersion
:
1
5
,
targetSchemaVersion
:
1
6
,
appVersion
:
'
1.6.1
'
,
description
:
'
Remove wrong price for GRDF month
'
,
releaseNotes
:
null
,
...
...
@@ -465,8 +465,8 @@ export const migrations: Migration[] = [
},
},
{
baseSchemaVersion
:
1
8
,
targetSchemaVersion
:
1
9
,
baseSchemaVersion
:
1
6
,
targetSchemaVersion
:
1
7
,
appVersion
:
'
1.6.1
'
,
description
:
'
Remove wrong price for GRDF year
'
,
releaseNotes
:
null
,
...
...
build-token
@project_409_bot
mentioned in commit
1f6abf4b
·
Jan 11, 2022
mentioned in commit
1f6abf4b
mentioned in commit 1f6abf4bcfc7b4edb71863725edff6ac67da64cc
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment