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

test migration rename
This commit is contained in:
Maidul Islam
2024-04-26 13:50:48 -04:00
committed by GitHub

View File

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