mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 11:51:14 -05:00
Add approved_at column and update flow
Implements migration to add approved_at to submission_items, creates index, and updates process_approval_transaction to set approved_at on approvals. Also updates TypeScript types to include approved_at and aligns edge function behavior accordingly.
This commit is contained in:
@@ -43,6 +43,7 @@ export interface SubmissionItemData {
|
||||
rejection_reason: string | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
approved_at: string | null;
|
||||
}
|
||||
|
||||
export interface EntityPhotoGalleryProps {
|
||||
|
||||
Reference in New Issue
Block a user