From ec8464b05d4e11149fbb25ccc2dc14b8a67ca514 Mon Sep 17 00:00:00 2001 From: Advait Dhamnaskar Date: Tue, 9 Jun 2026 12:12:16 +0000 Subject: [PATCH] changes done or testing --- db/schema.cds | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.cds b/db/schema.cds index e8decf2..d15cb3d 100644 --- a/db/schema.cds +++ b/db/schema.cds @@ -11,6 +11,7 @@ entity Books : managed { price : Price; currency : Currency; } +//testing for github commit entity Authors : managed { key ID : Integer;