From 70de538f38f151d8eebcb8e577266d5b9a64b31c Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Wed, 7 Aug 2024 13:58:27 +0700 Subject: [PATCH] remove default value coordinates --- system/updates.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/updates.json b/system/updates.json index 8d0ceb65..00e214cc 100644 --- a/system/updates.json +++ b/system/updates.json @@ -148,5 +148,8 @@ "2024.8.6" : [ "ALTER TABLE `rad_acct` ADD `acctinputoctets` BIGINT NOT NULL DEFAULT '0' AFTER `framedipaddress`;", "ALTER TABLE `rad_acct` ADD `acctoutputoctets` BIGINT NOT NULL DEFAULT '0' AFTER `acctinputoctets`;" + ], + "2024.8.7" : [ + "ALTER TABLE `tbl_customers` CHANGE `coordinates` `coordinates` VARCHAR(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'Latitude and Longitude coordinates';" ] } \ No newline at end of file