Revision 577 (by ahitrov, 2016/06/14 18:46:02) |
---|
CREATE UNIQUE INDEX webshop_order_coupons_in_order ON webshop_order_coupons USING btree (source_id, dest_id) where source_id > 0;
Revision 577 (by ahitrov, 2016/06/14 18:46:02) |
---|
CREATE UNIQUE INDEX webshop_order_coupons_in_order ON webshop_order_coupons USING btree (source_id, dest_id) where source_id > 0;