liugang
d99a8d7efb
* [misc] Change the data type from mediumint(8) to int.
2025-12-08 09:58:17 +08:00
liugang
4ba50b91ca
- [misc] Remove useless sql.
2025-12-08 09:58:17 +08:00
朱金勇
5c22586a67
* [api] APIv1 esponse in entries.
2025-12-08 09:40:38 +08:00
李阳
96e245ded1
Merge branch release/21.7.8 of zentao/zentaopms ( #12688 )
2025-12-08 08:58:11 +08:00
lihuifang
9cc5bc7962
+ [uitest] Add scroll to element.
2025-12-08 08:56:33 +08:00
刘刚
ee45f34a21
Merge branch release/21.7.8 of zentao/zentaopms ( #12683 )
2025-12-05 17:32:30 +08:00
hujunqing
89d9b38e7d
Fixed SQL error.
2025-12-05 09:04:30 +00:00
刘刚
6b3f20908f
Merge branch release/21.7.8 of zentao/zentaopms ( #12682 )
2025-12-05 17:00:21 +08:00
liugang
5380cb1af0
* [misc] Change the type field data type to varchar(20).
2025-12-05 16:59:21 +08:00
李阳
855312752b
Merge branch release/21.7.8 of zentao/zentaopms ( #12679 )
2025-12-05 16:37:18 +08:00
lihuifang
73cc1a9ba3
+ [uitest] Add wait time.
2025-12-05 16:34:30 +08:00
刘刚
40b73ad845
Merge branch release/21.7.8 of zentao/zentaopms ( #12669 )
2025-12-05 13:42:07 +08:00
wangyidong
dbf47a2ad6
* [refac feedback #10853 ] deduplication case.
2025-12-05 10:53:45 +08:00
朱金勇
83d579acee
* [api] APIv1 esponse in entries.
2025-12-05 10:45:50 +08:00
刘刚
db5b1bab41
Merge branch release/21.7.8 of zentao/zentaopms ( #12667 )
2025-12-05 10:28:18 +08:00
liugang
08e24a3f93
+ [misc] Add configuration of deleted files.
2025-12-05 10:27:57 +08:00
刘刚
f19cb75cca
Merge branch release/21.7.8 of zentao/zentaopms ( #12666 )
2025-12-05 10:26:58 +08:00
刘刚
88d30cbaf2
Merge branch release/21.7.8 of zentao/zentaopms ( #12665 )
2025-12-05 10:26:51 +08:00
sunguangming
99d0c3430c
* [sql] modify sql error.
2025-12-05 02:05:20 +00:00
sunhao
569d9b9d1f
* [misc] update zui3 lib.
2025-12-05 09:57:52 +08:00
sunguangming
f4a39a4098
* [error] modify sql error.
2025-12-05 01:53:44 +00:00
sunguangming
b7cb88cd32
* [bug] skip filter tpl.
2025-12-05 01:39:44 +00:00
刘刚
97d0b13590
Merge branch feature/sql of zentao/zentaopms ( #12663 )
2025-12-05 09:38:04 +08:00
liugang
8d59d07845
* [refac] Optimize the fields data type from date to datetime.
2025-12-05 09:29:30 +08:00
liugang
1da1f8f7e0
- [misc] Remove useless configuration items.
2025-12-05 09:29:30 +08:00
liugang
182ba5eb05
* [misc] Optimize budget field data type from varchar(30) to decimal(12,2) unsigned and set default value of budgetUnit field.
2025-12-05 09:29:30 +08:00
liugang
39b05dda02
* [misc] Optimize version field data type from varchar(50) to varchar(10).
2025-12-05 09:29:30 +08:00
liugang
b4a3909096
+ [misc] Add configuration of deleted files.
2025-12-05 09:29:30 +08:00
liugang
ccbc0b9c9c
* [misc] Remove useless dataset field of the zt_chart table.
2025-12-05 09:29:30 +08:00
liugang
783eeb581e
* [misc] Optimize width field data type from varchar(50) to smallint unsigned.
2025-12-05 09:29:30 +08:00
liugang
1c0aabc85a
* [misc] Optimize parent field data type from smallint to int.
2025-12-05 09:29:30 +08:00
liugang
13e70c839b
* [misc] Optimize severity field data type from smallint to tinyint.
2025-12-05 09:29:30 +08:00
liugang
aaaca41055
- [misc] Remove useless zt_dashboard table.
2025-12-05 09:29:30 +08:00
liugang
f85766877c
* [misc] Optimize severity field data type from varchar(30) to tinyint unsigned.
2025-12-05 09:29:30 +08:00
liugang
87b5fc81c5
- [misc] Remove useless tables because the privileges are managed by configuration files.
2025-12-05 09:29:30 +08:00
liugang
bc8d8fe6ea
* [misc] Optimize vision field default value from '' to '1'.
2025-12-05 09:29:29 +08:00
liugang
4dab9dfe7e
* [misc] Optimize vision field data type from varchar(30/255) to varchar(10).
2025-12-05 09:29:29 +08:00
liugang
78f9bd3fe9
refactor: consolidate zt_group data insertion into single REPLACE statement
...
* Merge multiple separate INSERT and REPLACE INTO zt_group statements into one unified REPLACE INTO statement
* Improve code organization and readability in zentao.sql
* Reduce redundant SQL statements for better maintainability
* Align all zt_group records for rnd, lite, and or visions in consistent format
2025-12-05 09:29:29 +08:00
liugang
1efba79c02
refactor: consolidate and reorganize zt_config initialization
...
- Merge scattered INSERT INTO zt_config statements into single REPLACE INTO block
- Remove duplicate config insertions to prevent conflicts
2025-12-05 09:29:29 +08:00
liugang
d58d51c4d9
refactor: consolidate and optimize cron job configurations in zentao.sql
...
- Merge scattered INSERT INTO zt_cron statements into single REPLACE INTO block
- Add lastTime column support for all cron jobs
- Remove duplicate cron job definitions to avoid conflicts
- Optimize task scheduling times for better resource distribution
2025-12-05 09:29:29 +08:00
liugang
310e6c2d6a
* [misc] Optimize order field data type from smallint unsigned to int unsigned in database schema.
2025-12-05 09:29:29 +08:00
liugang
5bd44f5964
* [misc] Standardize SQL keyword capitalization in database schema.
2025-12-05 09:29:29 +08:00
liugang
8fbc4aee9a
* [misc] Standardize vision field positioning in database schema.
2025-12-05 09:29:28 +08:00
liugang
720d412c71
* [misc] Optimize objectType field lengths in database schema.
2025-12-05 09:29:28 +08:00
liugang
168b624b96
* [misc] Optimize acl field length from varchar(30) to varchar(10) in database schema.
2025-12-05 09:29:28 +08:00
liugang
4fb5d076a2
* [misc] Optimize varchar field lengths for user-related fields in database schema.
2025-12-05 09:29:28 +08:00
liugang
b283c484d9
* [misc] Optimize week field data type from char(8) to char(2) in zt_measrecords table.
2025-12-05 09:29:28 +08:00
liugang
18dded17a4
* [misc] Add NOT NULL constraint to type field in zt_ai_miniprogramfield table.
2025-12-05 09:29:28 +08:00
liugang
5b7bfd1c89
* [misc] Change story field data type from char to int unsigned in zt_design table.
2025-12-05 09:29:28 +08:00
liugang
dc7f015fce
* [misc] Remove extra spaces.
2025-12-05 09:29:28 +08:00