mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #1739 from Infisical/test-db-rename
test migration rename
This commit is contained in:
10
backend/src/db/migrations/20240426171026_test.ts
Normal file
10
backend/src/db/migrations/20240426171026_test.ts
Normal 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> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user