Revision 28f63405
Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt
SL/DB/MetaSetup/GLTransaction.pm | ||
---|---|---|
|
||
__PACKAGE__->meta->columns(
|
||
cb_transaction => { type => 'boolean' },
|
||
deliverydate => { type => 'date' },
|
||
department_id => { type => 'integer' },
|
||
description => { type => 'text' },
|
||
employee_id => { type => 'integer' },
|
sql/Pg-upgrade2/gl_add_deliverydate.sql | ||
---|---|---|
-- @tag: gl_add_deliverydate
|
||
-- @description: Liefer-/Leistungsdatum in Dialogbuchungen
|
||
-- @depends: release_3_5_5
|
||
|
||
ALTER TABLE gl ADD COLUMN deliverydate DATE;
|
Auch abrufbar als: Unified diff
Lieferdatum in Dialogbuchung: DB-Upgrade + Rose