ensure that values in sub_domaines are prefixed by / for hosting subdomains
This commit is contained in:
parent
b7c2b7d7fd
commit
d82f87a366
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
UPDATE sub_domaines SET valeur=CONCAT('/',valeur), web_action="UPDATE"
|
||||||
|
WHERE type IN ('vhost', 'php52') AND valeur NOT LIKE '/%';
|
||||||
|
|
Loading…
Reference in New Issue