Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 28f63405

Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt

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

Lieferdatum in Dialogbuchung: DB-Upgrade + Rose

Unterschiede anzeigen:

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