promote: dev → uat (GRO-1208 conversations API + GRO-1211 telnyx webhook fix)

promote: dev → uat (GRO-1208 conversations API + GRO-1211 telnyx webhook fix)
This commit was merged in pull request #400.
This commit is contained in:
the-dogfather-cto[bot]
2026-05-14 08:45:38 +00:00
committed by GitHub
7 changed files with 604 additions and 1 deletions
+1
View File
@@ -444,6 +444,7 @@ export const conversations = pgTable(
status: text("status").notNull().default("active"),
createdAt: timestamp("created_at").notNull().defaultNow(),
updatedAt: timestamp("updated_at").notNull().defaultNow(),
staffReadAt: timestamp("staff_read_at"),
},
(t) => [
index("idx_conversations_business_id_last_message_at").on(