fix: mysql下access.setting字段改成text

pull/273/head
xiaojunnuo 2024-12-10 00:19:35 +08:00
parent 21e23369d3
commit b7f5740c57
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ALTER TABLE `cd_access` MODIFY COLUMN `setting` text NULL AFTER `type`;
ALTER TABLE `pi_pipeline` MODIFY COLUMN `content` longtext NULL AFTER `title`;