aboutsummaryrefslogtreecommitdiffstats
path: root/data/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'data/schema.sql')
-rw-r--r--data/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schema.sql b/data/schema.sql
index d7df7f2..de36526 100644
--- a/data/schema.sql
+++ b/data/schema.sql
@@ -380,7 +380,7 @@ CREATE VIEW future_transactions AS (
payee,
category_group,
category,
- transfer_account_id
+ transfer_account
FROM
denorm_scheduled_transactions
LEFT JOIN daily USING (frequency)