Skip to content

Commit

Permalink
Fix migration SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaBernstein committed Feb 5, 2022
1 parent ae1d1b3 commit 6efea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrations/v8.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func v8AddTable(db *sql.Tx) {
('user.limitCache.txDesc', 'limit caching of simple transaction descriptions'),
('user.limitCache.accFrom', 'limit caching of simple transaction from accounts'),
('user.limitCache.accTo', 'limit caching of simple transaction to accounts');
('user.limitCache.accTo', 'limit caching of simple transaction to accounts'),
('user.tzOffset', 'set timezone offset for automatic transaction dates and notifications');
Expand Down

0 comments on commit 6efea9a

Please sign in to comment.