Fix OWNER TO it the patch 72

This commit is contained in:
Dany De Bontridder 2010-04-21 13:21:40 +00:00
parent a1cb6ea7de
commit 9d0e8aa398

View file

@ -202,7 +202,6 @@ CREATE OR REPLACE VIEW vw_fiche_def AS
JOIN jnt_fic_attr USING (fd_id)
JOIN attr_def ON attr_def.ad_id = jnt_fic_attr.ad_id;
ALTER TABLE vw_fiche_def OWNER TO trunk;
COMMENT ON VIEW vw_fiche_def IS 'all the attributs for card family';