mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 16:11:12 -05:00
feat: Implement ticket merging
This commit is contained in:
@@ -540,6 +540,7 @@ export type Database = {
|
||||
id: string
|
||||
ip_address_hash: string | null
|
||||
last_admin_response_at: string | null
|
||||
merged_ticket_numbers: string[] | null
|
||||
message: string
|
||||
name: string
|
||||
resolved_at: string | null
|
||||
@@ -567,6 +568,7 @@ export type Database = {
|
||||
id?: string
|
||||
ip_address_hash?: string | null
|
||||
last_admin_response_at?: string | null
|
||||
merged_ticket_numbers?: string[] | null
|
||||
message: string
|
||||
name: string
|
||||
resolved_at?: string | null
|
||||
@@ -594,6 +596,7 @@ export type Database = {
|
||||
id?: string
|
||||
ip_address_hash?: string | null
|
||||
last_admin_response_at?: string | null
|
||||
merged_ticket_numbers?: string[] | null
|
||||
message?: string
|
||||
name?: string
|
||||
resolved_at?: string | null
|
||||
|
||||
Reference in New Issue
Block a user