diff --git a/resource/sqlupgrade/Mysql/sql202603250103NBBCGTGJWLYXGS.sql b/resource/sqlupgrade/Mysql/sql202603250103NBBCGTGJWLYXGS.sql new file mode 100644 index 000000000..e8c08a921 --- /dev/null +++ b/resource/sqlupgrade/Mysql/sql202603250103NBBCGTGJWLYXGS.sql @@ -0,0 +1,4 @@ +ALTER TABLE hrsa_salary_sob_item +ADD COLUMN zy_hide int(0) NULL; + +update hrsa_salary_sob_item set zy_hide = 0; \ No newline at end of file