mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-29 02:55:22 +02:00
perf: remove unnecessary decoration boolean on the ntfy database schema
This commit is contained in:
@@ -114,7 +114,6 @@ export const ntfy = pgTable("ntfy", {
|
||||
topic: text("topic").notNull(),
|
||||
accessToken: text("accessToken").notNull(),
|
||||
priority: integer("priority").notNull().default(3),
|
||||
decoration: boolean("decoration"),
|
||||
});
|
||||
|
||||
export const notificationsRelations = relations(notifications, ({ one }) => ({
|
||||
|
||||
Reference in New Issue
Block a user