Pārlūkot izejas kodu

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

lixuesong 1 gadu atpakaļ
vecāks
revīzija
938665d644
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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 '模板文件名称';