Merge pull request #1740 from Infisical/revert-1739-test-db-rename

Revert "test migration rename"
This commit is contained in:
Maidul Islam
2024-04-26 13:55:57 -04:00
committed by GitHub

View File

@@ -1,10 +0,0 @@
import { Knex } from "knex";
export async function up(knex: Knex): Promise<void> {
}
export async function down(knex: Knex): Promise<void> {
}