You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udispssync-java/api-admin/src/main/resources/schemas/schema_v2.1.sql

8 lines
368 B
MySQL

CALL Pro_Temp_ColumnWork('basic_export_status', 'receiveStatus', 'varchar(255) ', 1);
INSERT ignore INTO `system_param_config`(`id`, `parentId`, `paramName`, `paramKey`, `paramValue`, `paramStatus`,
`paramType`, `paramExplain`)
VALUES (516, NULL, '是否顶级中继服务', 'is_top_service', '1', 1, 0, '0:否1');