diff --git a/backend/src/db/migrations/20240426171026_test.ts b/backend/src/db/migrations/20240426171026_test.ts new file mode 100644 index 000000000..c55c9fc64 --- /dev/null +++ b/backend/src/db/migrations/20240426171026_test.ts @@ -0,0 +1,10 @@ +import { Knex } from "knex"; + + +export async function up(knex: Knex): Promise { +} + + +export async function down(knex: Knex): Promise { +} +