weaver-hrm-salary/resource/sqlupgrade/ST/sql202507010403.sql

22 lines
415 B
MySQL
Raw Normal View History

2025-07-01 18:37:50 +08:00
update hrsa_free_income set income_category = 1;
/
update hrsa_derate_deduction set income_category = 1;
/
update hrsa_endowment_insurance set income_category = 1;
/
update hrsa_grant_donation set income_category = 1;
/
update hrsa_health_insurance set income_category = 1;
/
update hrsa_other_derate_deduction set income_category = 1;
/
update hrsa_personal_pension set income_category = 1;
/