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

5 lines
146 B
Transact-SQL

alter table hrsa_tax_agent_admin add admin_type int
GO
update hrsa_tax_agent_admin set admin_type=0 where admin_type is null and delete_type=0
GO