Skip to content

Commit

Permalink
#279 Add migration operation from 4 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Oct 28, 2020
1 parent 564906c commit 7445dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/org/thp/cortex/models/Migration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ class Migration @Inject() (userSrv: UserSrv, organizationSrv: OrganizationSrv, w
("sequenceCounter" -> counter)
}
)
case DatabaseState(4) => Nil
}
}

0 comments on commit 7445dff

Please sign in to comment.