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 } } }