diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-19 18:14:18 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-19 18:14:18 +0000 |
commit | a0f9f5cb278cf4283cd3fd3635a36c97b7de9bdd (patch) | |
tree | 21489ab039d18c2419548c8a2347a2a97ff3c42d | |
parent | f06b4a135fd0efd7792c9ba97df411c441711660 (diff) |
Adding eca to bank account link
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2281 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | sql/Pg-database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/Pg-database.sql b/sql/Pg-database.sql index abb5b713..3d2d3f75 100644 --- a/sql/Pg-database.sql +++ b/sql/Pg-database.sql @@ -317,6 +317,7 @@ CREATE TABLE entity_credit_account ( primary_contact int references person(id), ar_ap_account_id int references chart(id), cash_account_id int references chart(id), + bank_account int references entity_bank_account(id), PRIMARY KEY(entity_id, meta_number, entity_class) ); |