mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#10065 Fixed query that adds private_filter_user field in the database
This commit is contained in:
parent
3e4178c490
commit
76b3e1da4a
@ -1,6 +1,6 @@
|
||||
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`
|
||||
SET title = 'Scheduled downtimes',
|
||||
|
Loading…
x
Reference in New Issue
Block a user