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