mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Testing in local validated.
This commit is contained in:
@@ -38,7 +38,7 @@ export const backup = pgTable(
|
||||
.notNull()
|
||||
.references(() => database.id, { onDelete: "cascade" }),
|
||||
},
|
||||
(table) => [uniqueIndex("database_id_status_unique").on(table.databaseId, table.status)]
|
||||
// (table) => [uniqueIndex("database_id_status_unique").on(table.databaseId, table.status)]
|
||||
);
|
||||
|
||||
export const restoration = pgTable("restorations", {
|
||||
|
||||
Reference in New Issue
Block a user