Skip to content
Snippets Groups Projects
Commit a08b6f49 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #49440 ensure phafi-mode select-db variable settings

parent 708eba3b
Branches
Tags
5 merge requests!2102#57574 : correction orthographe des jours de la semaine,!2080Sandbox detach zf from storm,!2061Master,!2032Dev#49440 1455 cosmogramme integration etalon des codifications a chaque incrementiel,!2026Dev#49440 1455 cosmogramme integration etalon des codifications a chaque incrementiel
......@@ -656,8 +656,8 @@
"update variables set valeur='admin' where clef='admin_login';"
"update variables set valeur='admin' where clef='admin_pwd';"
"update mysql.proc set definer='root@localhost';"
"update bib_admin_var set valeur='0' where clef='ENABLE_COLLABORATIVE_BROWSING';"
"update bib_admin_var set valeur='no' where clef='STATUS_REPORT_PUSH_URL';"
"replace into bib_admin_var (clef, valeur) values('ENABLE_COLLABORATIVE_BROWSING', '0');"
"replace into bib_admin_var (clef, valeur) values('STATUS_REPORT_PUSH_URL', 'no');"
"drop trigger datemaj_notices_update;")
mysql-connection-info)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment