Update default categories

This commit is contained in:
2026-01-01 03:40:33 +01:00
parent a8714ebf7e
commit 48c67e69ad

View File

@@ -27,11 +27,18 @@ CREATE TABLE category (
);
INSERT INTO category (name) VALUES
('Food/Drink'),
('Living'),
('Groceries'),
('Take-out'),
('Household consumables'),
('Household Other'),
('Hobby'),
('Utilities');
('Household goods'),
('Clothing'),
('Entertainment'),
('Utilities'),
('Subscriptions'),
('Transportation'),
('Health'),
('Other');
CREATE TABLE expense (
id INTEGER PRIMARY KEY,