-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removing balance from classifier and passing external category (#…
…179) * schema: saving external category to expenses table * feat: using optional external category on classifier * feat: increasing page_size of list transactions from 20 to 100 * sqlx: cargo sqlx prepared for offline queries
- Loading branch information
1 parent
0ed5ddf
commit e46ffe6
Showing
11 changed files
with
81 additions
and
116 deletions.
There are no files selected for viewing
58 changes: 0 additions & 58 deletions
58
.sqlx/query-14459c299f5108ac575fdb60f3ad4e2249b3e1b6415ba97febf671770cdf47b4.json
This file was deleted.
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
.sqlx/query-2dcfe22ca5e08175957d96ca3477a2c61c00a047bdfcfef4302f53878d3be5be.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
25 changes: 25 additions & 0 deletions
25
.sqlx/query-bece2ad91b1d91a7301d0159f89308b742def182c0521111f2b91ed0af1fa0a4.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
.sqlx/query-f5eb9b7164e178212ac6e591634fe35bdcff8d7eb1335d86fb2d4fe8657f6d83.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE expenses | ||
DROP COLUMN external_category; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE expenses | ||
ADD COLUMN external_category text; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters