From 3286343026018d2c7350842bae3cfac1fa49f965 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 26 Mar 2025 11:14:05 -0400 Subject: [PATCH] Update DB to remove phone_mask --- db.sql | 3 +-- includes/database_version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/db.sql b/db.sql index 49b6cb53..e7e25b7d 100644 --- a/db.sql +++ b/db.sql @@ -1843,7 +1843,6 @@ CREATE TABLE `settings` ( `config_telemetry` tinyint(1) DEFAULT 0, `config_timezone` varchar(200) NOT NULL DEFAULT 'America/New_York', `config_destructive_deletes_enable` tinyint(1) NOT NULL DEFAULT 0, - `config_phone_mask` tinyint(1) NOT NULL DEFAULT 1, `config_whitelabel_enabled` int(11) NOT NULL DEFAULT 0, `config_whitelabel_key` text DEFAULT NULL, `config_ticket_default_view` tinyint(1) NOT NULL DEFAULT 0, @@ -2499,4 +2498,4 @@ CREATE TABLE `vendors` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2025-03-26 11:10:26 +-- Dump completed on 2025-03-26 11:13:46 diff --git a/includes/database_version.php b/includes/database_version.php index 8299f347..021f1386 100644 --- a/includes/database_version.php +++ b/includes/database_version.php @@ -5,4 +5,4 @@ * It is used in conjunction with database_updates.php */ -DEFINE("LATEST_DATABASE_VERSION", "2.1.1"); +DEFINE("LATEST_DATABASE_VERSION", "2.1.2");