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

This commit is contained in:
Maidul Islam
2024-04-26 14:28:34 -04:00
committed by GitHub
parent e12eb5347d
commit b3df6ce6b5

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