Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Support store Policy - SQL scheme (#234)
* fix: stop/start runner to use the dev compose Signed-off-by: Kairo Araujo <[email protected]> * build: Include the generate as part of migrations Include the `go generate ./...` in the db migrations steps `make db-migrations` now generates the ent files from schemes. Signed-off-by: Kairo Araujo <[email protected]> * feat: Implements the basic schema for Policy Adds the basic schema for the policy Signed-off-by: Kairo Araujo <[email protected]> * fixup! feat: Implements the basic schema for Policy Signed-off-by: Kairo Araujo <[email protected]> * feat: generate & migrations for policy This commit includes the db generate for policy and the db migrations `make db-migrations` Signed-off-by: Kairo Araujo <[email protected]> --------- Signed-off-by: Kairo Araujo <[email protected]>
- Loading branch information