From dc04463124244aa1c1eef4ed18afacac32b71aea Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Thu, 26 Sep 2019 17:41:03 +0200 Subject: [PATCH] added missing database upgrade file --- src/include/db_update_v11.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include/db_update_v11.txt diff --git a/src/include/db_update_v11.txt b/src/include/db_update_v11.txt new file mode 100644 index 0000000..aa1e6a6 --- /dev/null +++ b/src/include/db_update_v11.txt @@ -0,0 +1,6 @@ +-- New Database Structure Updates +ALTER TABLE `logcon_fields` CHANGE Sortable Sortable TINYINT(1) NOT NULL DEFAULT '0'; + +-- Insert data + +-- Updated Data