promote: dev → uat (GRO-1207 portal Communication tab real backend) #408

Merged
the-dogfather-cto[bot] merged 16 commits from dev into uat 2026-05-14 16:59:10 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit d60200f8a7 - Show all commits
@@ -169,6 +169,7 @@ vi.mock("@groombook/db", () => {
lt: vi.fn((a, b) => ({ type: "lt", a, b })),
sql: vi.fn(() => ({ __type: "sql" })),
isNull: vi.fn((col) => ({ type: "isNull", col })),
count: vi.fn((col) => ({ type: "count", col })),
};
});
-1
View File
@@ -466,7 +466,6 @@ export const conversations = pgTable(
staffReadAt: timestamp("staff_read_at"),
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(