From 4031e38dd7c7cd9dd49201a398e0bba553336d80 Mon Sep 17 00:00:00 2001 From: SpaceCabbie Date: Mon, 23 Dec 2019 12:42:07 +0100 Subject: [PATCH] Change the colum type of reports function --- src/include/db_update_v12.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include/db_update_v12.txt diff --git a/src/include/db_update_v12.txt b/src/include/db_update_v12.txt new file mode 100644 index 0000000..5e86d24 --- /dev/null +++ b/src/include/db_update_v12.txt @@ -0,0 +1,6 @@ +-- New Database Structure Updates +ALTER TABLE `logcon_savedreports` CHANGE `sourceid` `sourceid` VARCHAR(11) NOT NULL; + +-- Insert data + +-- Updated Data