mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: mysql text 改成longtext
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
ALTER TABLE `pi_history` MODIFY COLUMN `pipeline` longtext NULL;
|
||||
ALTER TABLE `pi_storage` MODIFY COLUMN `value` longtext NULL;
|
||||
ALTER TABLE `pi_history_log` MODIFY COLUMN `logs` longtext NULL;
|
||||
Reference in New Issue
Block a user