mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 09:51:13 -05:00
Update documentation references
Update remaining documentation files to remove references to the old approval flow and feature flags.
This commit is contained in:
@@ -20,7 +20,7 @@ Created and ran migration to:
|
||||
**Migration File**: Latest migration in `supabase/migrations/`
|
||||
|
||||
### 2. Edge Function Updates ✅
|
||||
Updated `process-selective-approval/index.ts` to handle relational data insertion:
|
||||
Updated `process-selective-approval/index.ts` (atomic transaction RPC) to handle relational data insertion:
|
||||
|
||||
**Changes Made**:
|
||||
```typescript
|
||||
@@ -185,7 +185,7 @@ WHERE cs.stat_name = 'max_g_force'
|
||||
|
||||
### Backend (Supabase)
|
||||
- `supabase/migrations/[latest].sql` - Database schema updates
|
||||
- `supabase/functions/process-selective-approval/index.ts` - Edge function logic
|
||||
- `supabase/functions/process-selective-approval/index.ts` - Atomic transaction RPC edge function logic
|
||||
|
||||
### Frontend (Already Updated)
|
||||
- `src/hooks/useCoasterStats.ts` - Queries relational table
|
||||
|
||||
Reference in New Issue
Block a user