Revision 4b09a3dd
Von Tamino Steinert vor etwa 2 Jahren hinzugefügt
SL/DB/MetaSetup/Order.pm | ||
---|---|---|
payment_id => { type => 'integer' },
|
||
proforma => { type => 'boolean', default => 'false' },
|
||
quonumber => { type => 'text' },
|
||
quotation => { type => 'boolean', default => 'false' },
|
||
record_type => { type => 'text', not_null => 1 },
|
||
reqdate => { type => 'date' },
|
||
salesman_id => { type => 'integer' },
|
sql/Pg-upgrade2/order_remove_quotation_flag.sql | ||
---|---|---|
-- @tag: order_remove_quotation_flag
|
||
-- @description: Angebotsflag aus Aufträgen entfernen
|
||
-- @depends: order_type
|
||
|
||
ALTER TABLE oe DROP COLUMN quotation;
|
Auch abrufbar als: Unified diff
DB::Order: Entferne Angebotsflag