mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 09:51:13 -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;
|
rejection_reason: string | null;
|
||||||
created_at: string;
|
created_at: string;
|
||||||
updated_at: string;
|
updated_at: string;
|
||||||
|
approved_at: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface EntityPhotoGalleryProps {
|
export interface EntityPhotoGalleryProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user