Updates the id of the migration lock (#3406)

This commit is contained in:
Miguel de la Cruz 2022-07-22 11:52:36 +02:00 committed by GitHub
parent 62ac6a41c3
commit a5a7981b2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {