mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
Update 20240405000045_org-memberships-unique-constraint.ts
This commit is contained in:
@@ -98,8 +98,6 @@ export async function up(knex: Knex): Promise<void> {
|
||||
`Deleted ${numberOfRowsDeleted} duplicate organization memberships for ${row.userId} and ${row.orgId}`
|
||||
);
|
||||
}
|
||||
|
||||
throw new Error("This is a test error");
|
||||
});
|
||||
|
||||
await knex.schema.alterTable(TableName.OrgMembership, (table) => {
|
||||
|
||||
Reference in New Issue
Block a user