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 f639d11..847158c 100644
--- a/data/schema.sql
+++ b/data/schema.sql
@@ -414,7 +414,7 @@ CREATE VIEW future_transactions AS (
SELECT
id,
scheduled_subtransaction_id,
- date
+ date,
amount,
memo,
flag_color,