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

This commit is contained in:
Maidul Islam
2024-04-26 14:17:30 -04:00
committed by GitHub
parent 7ae65478aa
commit c2c66af1f9

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