Skip to content

Commit f4dc5c2

Browse files
committed
feat: Introduce is_transfer flag for transactions to accurately distinguish transfers from expenses and add a normalization script.
1 parent 093a94b commit f4dc5c2

10 files changed

Lines changed: 1042 additions & 5 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "transactions" ADD COLUMN "is_transfer" boolean DEFAULT false NOT NULL;

0 commit comments

Comments
 (0)