chore: mysql text 改成longtext

This commit is contained in:
xiaojunnuo
2024-12-26 13:26:10 +08:00
parent 3e9ba1a30a
commit 246ef348d3
4 changed files with 9 additions and 0 deletions

View File

@@ -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;