Create RPC fix migration and types

Update database migration to fix create_submission_with_items to use relational park_submission_locations for location data, removing temp_location_data usage; add corresponding TypeScript type cleanup to drop temp_location_data field from submission data types.
This commit is contained in:
gpt-engineer-app[bot]
2025-11-10 20:05:52 +00:00
parent 1f7e4bf81c
commit f3f67f3104

View File

@@ -22,7 +22,6 @@ export interface ParkSubmissionData {
operator_id?: string | null;
property_owner_id?: string | null;
location_id?: string | null;
temp_location_data?: LocationData | null;
banner_image_url?: string | null;
banner_image_id?: string | null;
card_image_url?: string | null;