Revision 0ff3f593
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
sql/Pg-upgrade2/index_for_record_types.sql | ||
---|---|---|
1 |
-- @tag: index_for_record_types |
|
2 |
-- @description: Indexe für Belegtypen erstelllen |
|
3 |
-- @depends: deliveryorder_type reclamation_type order_type |
|
4 |
|
|
5 |
CREATE INDEX oe_record_type_key |
|
6 |
ON oe (record_type); |
|
7 |
|
|
8 |
CREATE INDEX reclamations_record_type_key |
|
9 |
ON reclamations (record_type); |
|
10 |
|
|
11 |
CREATE INDEX delivery_orders_record_type_key |
|
12 |
ON delivery_orders (order_type); |
Auch abrufbar als: Unified diff
DB: Index für Belegtypen in Auftrag, Lieferschein und Reklamation