AlternC/install/upgrades/1.0.3.sql

3 lines
194 B
MySQL
Raw Normal View History

2012-08-26 11:02:46 +00:00
-- some sub_domaines entries are not tagged with the right account's UID :
UPDATE sub_domaines,domaines SET sub_domaines.compte = domaines.compte WHERE sub_domaines.domaine = domaines.domaine ;