pandorafms/pandora_console/extras/mr/50.sql

6 lines
150 B
MySQL
Raw Normal View History

2021-07-05 17:43:17 +02:00
START TRANSACTION;
ALTER TABLE `tevent_filter` ADD COLUMN `time_from` TIME NULL;
ALTER TABLE `tevent_filter` ADD COLUMN `time_to` TIME NULL;
COMMIT;