From cc1e8ffd54c3056698dd291c26bfd666ff16e053 Mon Sep 17 00:00:00 2001 From: Vladislav Leonkev <131776471+vl-leon@users.noreply.github.com> Date: Tue, 1 Apr 2025 13:48:34 +0200 Subject: [PATCH] deploy: rename shared-db model file (#826) --- shared-db/db/{index.cds => schema.cds} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename shared-db/db/{index.cds => schema.cds} (100%) diff --git a/shared-db/db/index.cds b/shared-db/db/schema.cds similarity index 100% rename from shared-db/db/index.cds rename to shared-db/db/schema.cds