Revision 7b915509
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
sql/Pg-upgrade2/oe_purchase_order_confirmation_order_types.sql | ||
---|---|---|
1 | 1 |
-- @tag: oe_purchase_order_confirmation_order_types |
2 | 2 |
-- @description: order_types-Eintrag für Lieferantenauftragsbesätigung (purchase_order_confirmation) |
3 | 3 |
-- @depends: order_type |
4 |
-- @ignore: 0 |
|
4 | 5 |
|
5 | 6 |
ALTER TYPE order_types ADD VALUE IF NOT EXISTS 'purchase_order_confirmation'; |
Auch abrufbar als: Unified diff
Lieferantenauftragsbestätigung: DB-Upgrade-Skript bekommt ignore-Steuerzeile.
Damit kann dann einfacher mit einem sed-Kommando das Skript auf
"ignorieren" gesetzt werden (siehe UPGRADE).