Line # | Revision | Author | |
---|---|---|---|
1 | 577 | ahitrov | CREATE UNIQUE INDEX webshop_order_coupons_in_order ON webshop_order_coupons USING btree (source_id, dest_id) where source_id > 0; |
Line # | Revision | Author | |
---|---|---|---|
1 | 577 | ahitrov | CREATE UNIQUE INDEX webshop_order_coupons_in_order ON webshop_order_coupons USING btree (source_id, dest_id) where source_id > 0; |