MR file for this feature

This commit is contained in:
José González 2021-07-05 17:43:17 +02:00
parent 47b6e40799
commit 9e49ed8efa
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
START TRANSACTION;
ALTER TABLE `tevent_filter` ADD COLUMN `time_from` TIME NULL;
ALTER TABLE `tevent_filter` ADD COLUMN `time_to` TIME NULL;
COMMIT;