Refactor: Implement complete plan

This commit is contained in:
gpt-engineer-app[bot]
2025-10-17 14:04:57 +00:00
parent a89a740611
commit a2e05c5080
10 changed files with 258 additions and 68 deletions

View File

@@ -121,7 +121,7 @@ export const rideModelRuntimeSchema = z.object({
manufacturer_id: z.string().uuid().nullable().optional(),
category: z.string(),
description: z.string().nullable().optional(),
technical_specs: z.array(z.unknown()).nullable().optional(),
// Note: technical_specs deprecated - use ride_model_technical_specifications table
created_at: z.string().optional(),
updated_at: z.string().optional(),
}).passthrough();