mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat(env_group): migrate site_category to env_group
This commit is contained in:
parent
de1860718e
commit
a379211e3c
66 changed files with 4837 additions and 4251 deletions
|
@ -2,7 +2,9 @@ package model
|
|||
|
||||
type Stream struct {
|
||||
Model
|
||||
Path string `json:"path"`
|
||||
Advanced bool `json:"advanced"`
|
||||
SyncNodeIDs []uint64 `json:"sync_node_ids" gorm:"serializer:json"`
|
||||
Path string `json:"path" gorm:"uniqueIndex"`
|
||||
Advanced bool `json:"advanced"`
|
||||
EnvGroupID uint64 `json:"env_group_id"`
|
||||
EnvGroup *EnvGroup `json:"env_group,omitempty"`
|
||||
SyncNodeIDs []uint64 `json:"sync_node_ids" gorm:"serializer:json"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue