Commit 37003868 by 仲光辉

feat: add sql.

parent a6c305c9
# alter table admin
# alter table admin
......@@ -3946,17 +3946,20 @@
# 2023.12.11
alter table contract
add is_join_contract_model tinyint(1) default 1 null comment '是否参与生成合同模版 0:否 1:是';
alter table contract
change is_join_contract_model is_join_generate_bill_template tinyint(1) default 1 null comment '是否参与生成账单导入模版 0:否 1:是';
alter table contract
change is_join_generate_bill_template is_join_generate_bill_import_template tinyint(1) default 1 null comment '是否参与生成账单导入模版 0:否 1:是';
# alter table contract
# add is_join_contract_model tinyint(1) default 1 null comment '是否参与生成合同模版 0:否 1:是';
#
# alter table contract
# change is_join_contract_model is_join_generate_bill_template tinyint(1) default 1 null comment '是否参与生成账单导入模版 0:否 1:是';
#
# alter table contract
# change is_join_generate_bill_template is_join_generate_bill_import_template tinyint(1) default 1 null comment '是否参与生成账单导入模版 0:否 1:是';
#
# alter table contract
# add currentContractSnapshotUuid bigint(19) null comment '当前合同操作快照合同uuid 可能为空,用于撤销并删除合同时候删除快照';
#
#
# 2023.12.15
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment