From 06c4decb3a6a74485d0f5e4b88bf2d533e99bf1a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Feb 2019 23:58:03 +0100 Subject: [PATCH] Add annotations and fix minor bugs with mappers --- Admin/Install/db.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index 20bcdb4..9d20694 100644 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -33,6 +33,11 @@ "name": "exchange_website", "type": "VARCHAR(255)", "null": false + }, + "exchange_version": { + "name": "exchange_version", + "type": "VARCHAR(50)", + "null": null } } }