Revision 60a6b5df
Von Cem Aydin vor mehr als 1 Jahr hinzugefügt
SL/DB/MetaSetup/BankAccount.pm | ||
---|---|---|
24 | 24 |
sortkey => { type => 'integer', not_null => 1 }, |
25 | 25 |
use_for_qrbill => { type => 'boolean', default => 'false', not_null => 1 }, |
26 | 26 |
use_for_zugferd => { type => 'boolean', default => 'false', not_null => 1 }, |
27 |
use_with_bank_import => { type => 'boolean', default => 'true', not_null => 1 }, |
|
27 | 28 |
); |
28 | 29 |
|
29 | 30 |
__PACKAGE__->meta->primary_key_columns([ 'id' ]); |
sql/Pg-upgrade2/bank_accounts_flag_for_use_with_bank_import.sql | ||
---|---|---|
1 |
-- @tag: bank_accounts_flag_for_use_with_bank_import |
|
2 |
-- @description: Bankkonto für die Nutzung mit dem Bank Import markieren |
|
3 |
-- @depends: release_3_8_0 |
|
4 |
ALTER TABLE bank_accounts ADD COLUMN use_with_bank_import BOOLEAN NOT NULL DEFAULT true; |
Auch abrufbar als: Unified diff
Datenbankupgrade: Bankkonto für die Nutzung mit dem Bank Import markieren