mirror of
https://github.com/silicoflare/envy.git
synced 2026-05-26 19:57:59 +05:30
fix: remove active field in environment
This commit is contained in:
@@ -17,7 +17,6 @@ type Environment struct {
|
||||
ID uint `gorm:"primaryKey"`
|
||||
Name string
|
||||
Data string
|
||||
Active bool
|
||||
ProjectID uint
|
||||
Project Project `gorm:"constraint:OnUpdate:CASCADE,OnDelete:SET NULL;"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user