#10065 Fixed query that adds private_filter_user field in the database

This commit is contained in:
Jorge Rincon 2023-08-21 13:29:58 +02:00
parent 3e4178c490
commit 76b3e1da4a

View File

@ -1,6 +1,6 @@
START TRANSACTION; START TRANSACTION;
ALTER TABLE tevent_filter ADD private_filter_user text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL; ALTER TABLE tevent_filter ADD private_filter_user text NULL;
UPDATE `twelcome_tip` UPDATE `twelcome_tip`
SET title = 'Scheduled downtimes', SET title = 'Scheduled downtimes',