aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-26 02:26:38 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-26 02:26:38 -0400
commitd26ce829a9878d496e7d7a102ce3e6fb7a0bbaed (patch)
tree503b697a6204686f59d96cd4a6ad305b99777004
parentda687819cf2d6de5eefe0a6045ac9875ede70222 (diff)
downloadynab-export-d26ce829a9878d496e7d7a102ce3e6fb7a0bbaed.tar.gz
ynab-export-d26ce829a9878d496e7d7a102ce3e6fb7a0bbaed.zip
typo
-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,