From a8cf01ca198ca5f5f143601ab447860958ad187b Mon Sep 17 00:00:00 2001 From: guillermo Date: Wed, 18 Dec 2024 14:36:59 +0100 Subject: [PATCH] refactor: refs #8172 Removed column and row columns --- modules/shelving/back/models/parking.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/shelving/back/models/parking.json b/modules/shelving/back/models/parking.json index a9393fc6a..251613a50 100644 --- a/modules/shelving/back/models/parking.json +++ b/modules/shelving/back/models/parking.json @@ -12,14 +12,6 @@ "id": true, "description": "Identifier" }, - "column": { - "type": "string", - "required": true - }, - "row": { - "type": "string", - "required": true - }, "code": { "type": "string" },