Ver código fonte

docs: 报告模板配置表加template字段

lixuesong 1 ano atrás
pai
commit
938665d644
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      db/v2.0/20231219.sql

+ 2 - 0
db/v2.0/20231219.sql

@@ -0,0 +1,2 @@
+alter table report_handler_dept_relation
+    add template varchar(1024) null comment '模板文件名称';