weaver-hrm-salary/resource/sqlupgrade/SQLServer/sql202504030103.sql

5 lines
117 B
MySQL
Raw Normal View History

2025-04-03 10:49:10 +08:00
alter table hrsa_push_setting_item add sorted_index int
2025-04-07 09:19:47 +08:00
go
alter table hrsa_push_record_detail add data_id bigint
2025-04-03 10:49:10 +08:00
go