From dd717b0b4b4b611213adacc516ef2837f8680feb Mon Sep 17 00:00:00 2001 From: pecheneg890 Date: Fri, 6 Jan 2017 00:50:45 +0300 Subject: [PATCH] update sql script with new field Added field build_config --- install/db-install.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/db-install.sql b/install/db-install.sql index e1dc006..79af419 100644 --- a/install/db-install.sql +++ b/install/db-install.sql @@ -53,6 +53,7 @@ CREATE TABLE `%PREFIX%reports` ( `report_state` INT(1) NOT NULL DEFAULT 1, `report_issue` INT(11) NOT NULL DEFAULT 0, `report_app_id` INT NOT NULL, + `build_config` text, PRIMARY KEY (`report_id`), UNIQUE (`report_key`)