From b8a849c6c6b4b12502569ae28b15e2e287544d89 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 26 Aug 2019 23:32:18 -0400 Subject: add frequency to future transactions table --- data/schema.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/schema.sql b/data/schema.sql index 847158c..af87ec0 100644 --- a/data/schema.sql +++ b/data/schema.sql @@ -383,6 +383,7 @@ CREATE VIEW future_transactions AS ( ELSE NULL END AS date, + frequency, amount, memo, flag_color, @@ -415,6 +416,7 @@ CREATE VIEW future_transactions AS ( id, scheduled_subtransaction_id, date, + frequency, amount, memo, flag_color, -- cgit v1.2.3-54-g00ecf