diff --git a/back/model-config.json b/back/model-config.json index 0a0772b04..537ffb569 100644 --- a/back/model-config.json +++ b/back/model-config.json @@ -32,9 +32,6 @@ "Sip": { "dataSource": "vn" }, - "Route": { - "dataSource": "vn" - }, "Vehicle": { "dataSource": "vn" }, diff --git a/back/models/route.json b/back/models/route.json deleted file mode 100644 index 1bfddd3de..000000000 --- a/back/models/route.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Route", - "base": "VnModel", - "options": { - "mysql": { - "table": "route" - } - }, - "properties": { - "id": { - "type": "Number", - "id": true, - "description": "Identifier" - }, - "date": { - "type": "date" - } - } -} \ No newline at end of file