feat: wire delivery result and infra data backends

This commit is contained in:
mac
2026-07-28 17:56:00 +08:00
parent 897670b721
commit f7be87c7d9
14 changed files with 1468 additions and 34 deletions
+4 -1
View File
@@ -24,10 +24,13 @@ func AutoMigrate(db *gorm.DB) error {
&model.ResourceQuota{},
&model.DeliveryTask{},
&model.ResourceReservation{},
&model.MySQLInstance{},
&model.DeploymentResult{},
&model.DeploymentCredential{},
&model.ResourceUsage{},
&model.ExecutionJob{},
&model.RollbackJob{},
&model.TaskEvent{},
&model.MachineResource{},
&model.MachineSyncState{},
)
}