Skip to content
Snippets Groups Projects
Commit ed23c54a authored by llaffont's avatar llaffont Committed by gloas
Browse files

Phafi: fix triggers / functions rights when switching database

parent a160d66c
Branches
Tags
2 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!4dev#12091 Moulins portail jeunesse
......@@ -556,7 +556,9 @@
"update variables set valeur='./fichiers/transferts/' where clef='ftp_path';"
"update variables set valeur='./fichiers/integration/' where clef='integration_path';"
"update variables set valeur='admin' where clef='admin_login';"
"update variables set valeur='admin' where clef='admin_pwd';")
"update variables set valeur='admin' where clef='admin_pwd';"
"update mysql.trig set definer='root@localhost';"
"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