work/data/2.8.0/2.8.8-2.8.9.sql
2024-01-03 09:54:57 +08:00

8 lines
195 B
SQL
Executable File

SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
update pear_project_menu set params = ':org' where id = 120;
update pear_project_node set is_auth = 0 where id = 512;
SET FOREIGN_KEY_CHECKS = 1;