mirror of
https://github.com/mattermost/focalboard.git
synced 2025-03-29 21:01:01 +02:00
Updates the id of the migration lock (#3406)
This commit is contained in:
parent
62ac6a41c3
commit
a5a7981b2b
@ -184,7 +184,7 @@ func (s *SQLStore) Migrate() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
opts := []morph.EngineOption{
|
opts := []morph.EngineOption{
|
||||||
morph.WithLock("mm-lock-key"),
|
morph.WithLock("boards-lock-key"),
|
||||||
}
|
}
|
||||||
|
|
||||||
if s.dbType == model.SqliteDBType {
|
if s.dbType == model.SqliteDBType {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user