From bb426a538200889eae5a3902c1d72ed1514b5b23 Mon Sep 17 00:00:00 2001 From: Zeeshan Akram <97m.zeeshan@gmail.com> Date: Tue, 16 Jul 2024 19:44:07 +0500 Subject: [PATCH] debug log --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 79a230505..5ec9f3a7d 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ serve-auth-api: @npm run auth-server-start migrate: + @ls db/migrations @npx squid-typeorm-migration apply dbgen: