mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
Disable transactions
This commit is contained in:
@@ -20,3 +20,6 @@ export async function down(knex: Knex): Promise<void> {
|
||||
DROP INDEX IF EXISTS idx_identity_access_tokens_revoked
|
||||
`);
|
||||
}
|
||||
|
||||
const config = { transaction: false };
|
||||
export { config };
|
||||
|
||||
@@ -22,3 +22,6 @@ export async function down(knex: Knex): Promise<void> {
|
||||
DROP INDEX IF EXISTS idx_identity_access_tokens_num_uses_with_limit
|
||||
`);
|
||||
}
|
||||
|
||||
const config = { transaction: false };
|
||||
export { config };
|
||||
|
||||
@@ -26,3 +26,6 @@ export async function down(knex: Knex): Promise<void> {
|
||||
DROP INDEX IF EXISTS idx_identity_access_tokens_expiration
|
||||
`);
|
||||
}
|
||||
|
||||
const config = { transaction: false };
|
||||
export { config };
|
||||
|
||||
Reference in New Issue
Block a user