add column to model import datasources

This commit is contained in:
arifal
2025-03-26 11:51:57 +07:00
parent c7a8d6d249
commit 45e22096ed

View File

@@ -15,6 +15,7 @@ class ImportDatasource extends Model
'response_body', 'response_body',
'status', 'status',
'start_time', 'start_time',
'finish_time' 'finish_time',
'failed_uuid'
]; ];
} }