mirror of
https://github.com/certd/certd.git
synced 2026-04-25 05:07:25 +08:00
fix: mysql下access.setting字段改成text
This commit is contained in:
@@ -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`;
|
||||||
Reference in New Issue
Block a user