Skip to content

Commit b4d99d5

Browse files
authored
Dev 2025.1.1 (#940)
2 parents 64688fc + c522c46 commit b4d99d5

File tree

3 files changed

+833
-1
lines changed

3 files changed

+833
-1
lines changed

configure/schema/datacap.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ CREATE TABLE `datacap_user` (
985985
`code` varchar(200) DEFAULT NULL,
986986
`name` varchar(100) DEFAULT NULL,
987987
`update_time` datetime DEFAULT NULL,
988-
`notification_types` varchar(200) DEFAULT NULL,
988+
`notify_configure` TEXT DEFAULT NULL,
989989
PRIMARY KEY (`id`)
990990
) ENGINE=InnoDB AUTO_INCREMENT=10002 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
991991
/*!40101 SET character_set_client = @saved_cs_client */;

0 commit comments

Comments
 (0)