mirror of https://github.com/certd/certd
fix: mysql下access.setting字段改成text
parent
21e23369d3
commit
b7f5740c57
|
@ -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`;
|
Loading…
Reference in New Issue