Revert "Revert "Revert "Revert "test migration rename""""

This commit is contained in:
Maidul Islam
2024-04-26 14:01:09 -04:00
committed by GitHub
parent 875afbb4d6
commit acda627236

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> {
}