From 05a9f04ac8766622dd95287be9ad229c44312242 Mon Sep 17 00:00:00 2001 From: Abdalhamid Alhamad Date: Mon, 11 Aug 2025 16:23:19 +0300 Subject: [PATCH] fix: fix import in migration index --- src/db/migrations/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migrations/index.ts b/src/db/migrations/index.ts index 43207c9..2ed92f6 100644 --- a/src/db/migrations/index.ts +++ b/src/db/migrations/index.ts @@ -1,3 +1,3 @@ export * from './1754913378460-initial-migration'; -export * from './1754913378461-seed-default-avatar'; export * from './1754915164809-create-neoleap-related-entities'; +export * from './1754915164810-seed-default-avatar';