From 2f74aa36a93b205971326a83bacfdcfd09b9b9be Mon Sep 17 00:00:00 2001 From: Abdalhamid Alhamad Date: Tue, 6 Jan 2026 12:57:13 +0300 Subject: [PATCH] merge conflect --- src/db/migrations/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/db/migrations/index.ts b/src/db/migrations/index.ts index 040255e..c14e35b 100644 --- a/src/db/migrations/index.ts +++ b/src/db/migrations/index.ts @@ -6,11 +6,8 @@ export * from './1757433339849-add-reservation-amount-to-account-entity'; export * from './1757915357218-add-deleted-at-column-to-junior'; export * from './1760869651296-AddMerchantInfoToTransactions'; export * from './1761032305682-AddUniqueConstraintToUserEmail'; -<<<<<<< HEAD export * from './1767172707881-AddDataColumnToNotifications'; -======= export * from './1765804942393-AddKycFieldsAndTransactions'; export * from './1765877128065-AddNationalIdToKycTransactions'; export * from './1765891028260-RemoveOldCustomerColumns'; export * from './1765975126402-RemoveAddressColumns'; ->>>>>>> d77d59a79376e186354205e64efb2c793e5aae91