update db

update db to store phone mask option
This commit is contained in:
Hugo Sampaio
2024-05-06 10:44:52 -03:00
parent 6c4235bdeb
commit e677292875
3 changed files with 34 additions and 27 deletions

1
db.sql
View File

@@ -1375,6 +1375,7 @@ 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_number` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`company_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;