fix: 修复pg下pipeline title 类型问题

This commit is contained in:
xiaojunnuo
2024-08-04 00:04:55 +08:00
parent 680941af11
commit a9717b9a0d
4 changed files with 3 additions and 2 deletions
@@ -0,0 +1 @@
alter table pi_pipeline alter column title type varchar(100) using title::varchar(100);