This commit is contained in:
@@ -164,6 +164,8 @@ func ensureDestinationImportTable(ctx context.Context, destination *sqlx.DB, tab
|
||||
return EnsureSummaryTable(ctx, destination, tableName)
|
||||
case tableName == "snapshot_runs":
|
||||
return EnsureSnapshotRunTable(ctx, destination)
|
||||
case tableName == "cron_status":
|
||||
return EnsureCronStatusTable(ctx, destination)
|
||||
case tableName == "vm_hourly_stats":
|
||||
return EnsureVmHourlyStats(ctx, destination)
|
||||
case tableName == "vm_lifecycle_cache":
|
||||
|
||||
Reference in New Issue
Block a user