mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
update db
update db to store phone mask option
This commit is contained in:
1
db.sql
1
db.sql
@@ -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 */;
|
||||
|
||||
Reference in New Issue
Block a user