Add Company Backfill Tool

Implement edge function and UI to backfill missing company data from submissions, including admin trigger and result reporting, and wire into admin settings.
This commit is contained in:
gpt-engineer-app[bot]
2025-11-11 15:48:49 +00:00
parent 314db65591
commit 664c894bb1
5 changed files with 297 additions and 0 deletions

View File

@@ -6632,6 +6632,7 @@ export type Database = {
Args: { target_user_id: string }
Returns: undefined
}
backfill_company_data: { Args: never; Returns: Json }
backfill_park_locations: { Args: never; Returns: Json }
backfill_ride_data: { Args: never; Returns: Json }
backfill_sort_orders: { Args: never; Returns: undefined }