AlternC/install/upgrades/3.5.0.3.sql

4 lines
126 B
MySQL
Raw Normal View History

alter table sub_domaines drop index compte;
alter table sub_domaines add UNIQUE (compte,domaine,sub,type,valeur,web_action);