Add PK to attr_min

This commit is contained in:
Dany De Bontridder 2010-05-12 09:41:31 +00:00
parent 8eb47d8afd
commit aa826e3ed0

View file

@ -0,0 +1,3 @@
begin;
alter table attr_min add constraint frd_ad_attr_min_pk primary key (frd_id,ad_id);
commit;