diff --git a/resource/sqlupgrade/SQLServer/sql202603250103NBBCGTGJWLYXGS.sql b/resource/sqlupgrade/SQLServer/sql202603250103NBBCGTGJWLYXGS.sql new file mode 100644 index 000000000..19d035fc7 --- /dev/null +++ b/resource/sqlupgrade/SQLServer/sql202603250103NBBCGTGJWLYXGS.sql @@ -0,0 +1,5 @@ +alter table hrsa_salary_sob_item add zy_hide int +go + +update hrsa_salary_sob_item set zy_hide = 0 +go \ No newline at end of file