Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0090074a

Von Cem Aydin vor etwa 2 Jahren hinzugefügt

  • ID 0090074afb943693766701c843d6e23f4bd6fdda
  • Vorgänger df24b089
  • Nachfolger bfeee737

Swiss QR-Bill: Datenbankupgrade: Spalte für unstrukturierte Mitteilung in Rechnung hinzufügen

Unterschiede anzeigen:

SL/DB/MetaSetup/Invoice.pm
45 45
  paid                      => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
46 46
  payment_id                => { type => 'integer' },
47 47
  qr_reference              => { type => 'text' },
48
  qr_unstructured_message   => { type => 'text' },
48 49
  qrbill_without_amount     => { type => 'boolean', default => 'false' },
49 50
  quodate                   => { type => 'date' },
50 51
  quonumber                 => { type => 'text' },
sql/Pg-upgrade2/ar_add_qr_unstructured_message.sql
1
-- @tag: ar_add_qr_unstructured_message
2
-- @description: Spalte für unstrukturierte Mitteilung bei schweizer QR-Rechnung hinzufügen
3
-- @depends: release_3_7_0
4
ALTER TABLE ar ADD COLUMN qr_unstructured_message text;

Auch abrufbar als: Unified diff