* Revert "[MM-41576] Revamp database schema version (#19586)" This reverts commit645fee3fe3. * Revert "MM-42049 - license endpoint not working (#19686)" This reverts commit4fe89e5847.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
eff39010d8
Коммит
a2a78577e9
@@ -10616,6 +10616,10 @@ func (s *TimerLayer) DropAllTables() {
|
||||
s.Store.DropAllTables()
|
||||
}
|
||||
|
||||
func (s *TimerLayer) GetCurrentSchemaVersion() string {
|
||||
return s.Store.GetCurrentSchemaVersion()
|
||||
}
|
||||
|
||||
func (s *TimerLayer) LockToMaster() {
|
||||
s.Store.LockToMaster()
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user