pandorafms/pandora_console/extras/mr/67.sql

9 lines
163 B
MySQL
Raw Normal View History

2023-11-27 08:19:33 +01:00
START TRANSACTION;
-- Delete table tagent_access
DROP TABLE tagent_access;
ALTER TABLE treport_content ADD check_unknowns_graph tinyint DEFAULT 0 NULL;
2023-11-27 08:19:33 +01:00
COMMIT;