Skip to content

Commit 7445dff

Browse files
committed
#279 Add migration operation from 4 to 5
1 parent 564906c commit 7445dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/org/thp/cortex/models/Migration.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ class Migration @Inject() (userSrv: UserSrv, organizationSrv: OrganizationSrv, w
8484
("sequenceCounter" -> counter)
8585
}
8686
)
87+
case DatabaseState(4) => Nil
8788
}
8889
}

0 commit comments

Comments
 (0)