Updates the id of the migration lock (#3406)
This commit is contained in:
parent
62ac6a41c3
commit
a5a7981b2b
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ func (s *SQLStore) Migrate() error {
|
|||
}
|
||||
|
||||
opts := []morph.EngineOption{
|
||||
morph.WithLock("mm-lock-key"),
|
||||
morph.WithLock("boards-lock-key"),
|
||||
}
|
||||
|
||||
if s.dbType == model.SqliteDBType {
|
||||
|
|
Loading…
Reference in a new issue