3 lines
144 B
SQL
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;
|