-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add plan type with db gorm scheme * style: fix revive naming issues * feat: add plan to auto-migrate + add version_id to plan model * feat: add lineage field to plan model * feat: remove ResourceUpdated & ResourcesNooped fields to plan model * fix CiURL field json tag * feat: remove Version Belongs To relation from Plan * feat: ORM model for plan json parsing to db * added varchar(10) constraint to State TFVersion * replaced CreatedAt/UpdatedAt * fix: add missing foreign key colomn in PlanStateResource model
- Loading branch information
Showing
6 changed files
with
727 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.