Cloud migrations: store resource name in the cloud_migration_resource table (#93612)
* Cloud migrations: store resource name in the cloud_migration_resource table * remove unused function: convertMigrateDataResponseToDTO * make swagger-clean && make openapi3-gen * use DB_Text for cloud_migration_resource.name instead of DB_Varchar
This commit is contained in:
@@ -68,6 +68,7 @@ type CloudMigrationResource struct {
|
||||
ID int64 `xorm:"pk autoincr 'id'"`
|
||||
UID string `xorm:"uid"`
|
||||
|
||||
Name string `xorm:"name" json:"name"`
|
||||
Type MigrateDataType `xorm:"resource_type" json:"type"`
|
||||
RefID string `xorm:"resource_uid" json:"refId"`
|
||||
Status ItemStatus `xorm:"status" json:"status"`
|
||||
|
||||
Reference in New Issue
Block a user