AlternC/install/upgrades/3.5.0.4.sql

3 lines
160 B
SQL

-- Add compatibility between url domain type and MX records. @see GH#428
UPDATE domaines_type SET compatibility = 'txt,defmx,defmx2,mx,mx2' WHERE name = 'url';