Revision 5d29430d
Von Cem Aydin vor etwa 2 Jahren hinzugefügt
SL/DB/MetaSetup/BankTransaction.pm | ||
---|---|---|
17 | 17 |
itime => { type => 'timestamp', default => 'now()' }, |
18 | 18 |
local_bank_account_id => { type => 'integer', not_null => 1 }, |
19 | 19 |
purpose => { type => 'text' }, |
20 |
qr_reference => { type => 'text' }, |
|
20 | 21 |
remote_account_number => { type => 'text' }, |
21 | 22 |
remote_bank_code => { type => 'text' }, |
22 | 23 |
remote_name => { type => 'text' }, |
sql/Pg-upgrade2/bank_transactions_add_qr_reference.sql | ||
---|---|---|
1 |
-- @tag: bank_transactions_add_qr_reference |
|
2 |
-- @description: Erweitern der Tabelle bank_transactions mit Spalte für QR-Referenz. |
|
3 |
-- @depends: release_3_6_1 |
|
4 |
ALTER TABLE bank_transactions ADD COLUMN qr_reference TEXT; |
Auch abrufbar als: Unified diff
Swiss QR-Bill: Datenbankupgrade: QR-Referenz in Banktransaktionen hinzufügen