Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 28f63405

Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt

  • ID 28f63405d915b1921189f0ebfc223b006b85e361
  • Vorgänger c4767543
  • Nachfolger 36666afc

Lieferdatum in Dialogbuchung: DB-Upgrade + Rose

Unterschiede anzeigen:

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