feat: add decoration column to discord notification

This commit is contained in:
João Gabriel
2024-12-22 00:39:18 -03:00
parent 73782ffd26
commit 8c06296503
4 changed files with 4255 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ export const discord = pgTable("discord", {
.primaryKey()
.$defaultFn(() => nanoid()),
webhookUrl: text("webhookUrl").notNull(),
decoration: boolean("decoration"),
});
export const email = pgTable("email", {