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