Made it possible to update a subdomain from vhost https to vhost http
This commit is contained in:
parent
c59bdce1f3
commit
fc8ce3d487
|
@ -0,0 +1,3 @@
|
||||||
|
alter table sub_domaines drop index compte;
|
||||||
|
alter table sub_domaines add UNIQUE (compte,domaine,sub,type,valeur,web_action);
|
||||||
|
|
Loading…
Reference in New Issue