Files
EasySoft-ZenTaoPMS/db/update15.0.rc3.sql
wangyidong 1fc9c2e6ca * fix bug.
2021-04-26 11:14:11 +08:00

3 lines
144 B
SQL

ALTER TABLE `zt_webhook` CHANGE `projects` `executions` text NOT NULL;
ALTER TABLE `zt_webhook` CHANGE `executions` `executions` text NOT NULL;