mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update 20250419004044_secret-reminder-recipients.ts
This commit is contained in:
@@ -21,7 +21,7 @@ export async function up(knex: Knex): Promise<void> {
|
||||
table.foreign("projectId").references("id").inTable(TableName.Project).onDelete("CASCADE");
|
||||
|
||||
table.index("secretId");
|
||||
table.unique(["secretId", "userId", "projectId"]);
|
||||
table.unique(["secretId", "userId"]);
|
||||
});
|
||||
|
||||
await createOnUpdateTrigger(knex, TableName.SecretReminderRecipients);
|
||||
|
||||
Reference in New Issue
Block a user