Made it possible to update a subdomain from vhost https to vhost http

This commit is contained in:
Guillaume Est Une Palourde 2019-12-11 11:21:40 -05:00 committed by Camille Lafitte
parent c59bdce1f3
commit fc8ce3d487
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
alter table sub_domaines drop index compte;
alter table sub_domaines add UNIQUE (compte,domaine,sub,type,valeur,web_action);