mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
perf: remove unnecessary decoration boolean on the ntfy database schema
This commit is contained in:
1
apps/dokploy/drizzle/0108_needy_rocket_raccoon.sql
Normal file
1
apps/dokploy/drizzle/0108_needy_rocket_raccoon.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "ntfy" DROP COLUMN "decoration";
|
||||
6488
apps/dokploy/drizzle/meta/0108_snapshot.json
Normal file
6488
apps/dokploy/drizzle/meta/0108_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -757,6 +757,13 @@
|
||||
"when": 1756429785728,
|
||||
"tag": "0107_bitter_starfox",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 108,
|
||||
"version": "7",
|
||||
"when": 1757064765683,
|
||||
"tag": "0108_needy_rocket_raccoon",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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