删除未适配数据库
This commit is contained in:
parent
1b289319a4
commit
5d6a471fb8
|
|
@ -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;
|
||||
/
|
||||
|
||||
|
|
@ -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;
|
||||
/
|
||||
|
||||
Loading…
Reference in New Issue