quick code must be unique

This commit is contained in:
Dany De Bontridder 2011-10-20 14:41:25 +00:00
parent 868ecb3b3d
commit 2f3280cd14

View file

@ -1,2 +1,3 @@
drop table public.import_tmp;
drop table public.format_csv_banque;
create unique index test_qcode_idx on fiche_detail (ad_value) where ad_id=23;