pandorafms/pandora_console/extras/mr/67.sql

7 lines
110 B
MySQL
Raw Normal View History

2023-09-22 12:24:15 +02:00
START TRANSACTION;
ALTER TABLE `tevento`
ADD COLUMN `custom_field` TEXT NULL AFTER `module_status`;
COMMIT;