[MM-48031] Work template read API (#21661)

Этот коммит содержится в:
Julien Tant
2022-11-29 14:53:03 -07:00
коммит произвёл GitHub
родитель a240cd53eb
Коммит 3e928f57fb
20 изменённых файлов: 1356 добавлений и 1 удалений

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

@@ -349,6 +349,9 @@ telemetry-mocks: ## Creates mock files.
store-layers: ## Generate layers for the store
$(GO) generate $(GOFLAGS) ./store
generate-worktemplates: ## Generate work templates
$(GO) generate $(GOFLAGS) ./app/worktemplates
new-migration: ## Creates a new migration. Run with make new-migration name=<>
$(GO) install github.com/mattermost/morph/cmd/morph@master
@echo "Generating new migration for mysql"