Remove unused store/sqlstore functions (#19354)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2022-01-18 09:00:58 +03:00
коммит произвёл GitHub
родитель 5e147dd150
Коммит 509f49c813
6 изменённых файлов: 0 добавлений и 613 удалений

Просмотреть файл

@@ -34,9 +34,6 @@ func newSqlSystemStore(sqlStore *SqlStore) store.SystemStore {
return s
}
func (s SqlSystemStore) createIndexesIfNotExists() {
}
func (s SqlSystemStore) Save(system *model.System) error {
query := "INSERT INTO Systems (Name, Value) VALUES (:Name, :Value)"
if _, err := s.GetMasterX().NamedExec(query, system); err != nil {