From 5d6a471fb8e04c5a8a19d0f193c0be5b8c28524c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Mon, 17 Jul 2023 14:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9C=AA=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/sqlupgrade/GS/sql202307170403.sql | 24 ---------------------- resource/sqlupgrade/ST/sql202307170403.sql | 24 ---------------------- 2 files changed, 48 deletions(-) delete mode 100644 resource/sqlupgrade/GS/sql202307170403.sql delete mode 100644 resource/sqlupgrade/ST/sql202307170403.sql diff --git a/resource/sqlupgrade/GS/sql202307170403.sql b/resource/sqlupgrade/GS/sql202307170403.sql deleted file mode 100644 index bc59c53ae..000000000 --- a/resource/sqlupgrade/GS/sql202307170403.sql +++ /dev/null @@ -1,24 +0,0 @@ -alter table hrsa_salary_send_info -add bill_read_status NUMBER null; -/ - -alter table hrsa_salary_send_info -add bill_confirm_status NUMBER null; -/ - -alter table hrsa_salary_send_info -add send_employee_id NUMBER(38,0) NULL; -/ - -alter table hrsa_salary_template -add ack_feedback_status NUMBER NULL; -/ - -alter table hrsa_salary_template -add auto_ack_days NUMBER NULL; -/ - -alter table hrsa_salary_template -add feedback_url VARCHAR2(500) NULL; -/ - diff --git a/resource/sqlupgrade/ST/sql202307170403.sql b/resource/sqlupgrade/ST/sql202307170403.sql deleted file mode 100644 index bc59c53ae..000000000 --- a/resource/sqlupgrade/ST/sql202307170403.sql +++ /dev/null @@ -1,24 +0,0 @@ -alter table hrsa_salary_send_info -add bill_read_status NUMBER null; -/ - -alter table hrsa_salary_send_info -add bill_confirm_status NUMBER null; -/ - -alter table hrsa_salary_send_info -add send_employee_id NUMBER(38,0) NULL; -/ - -alter table hrsa_salary_template -add ack_feedback_status NUMBER NULL; -/ - -alter table hrsa_salary_template -add auto_ack_days NUMBER NULL; -/ - -alter table hrsa_salary_template -add feedback_url VARCHAR2(500) NULL; -/ -