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 INSERT INTO category (name) VALUES
('Food/Drink'), ('Living'),
('Groceries'),
('Take-out'),
('Household consumables'), ('Household consumables'),
('Household Other'), ('Household goods'),
('Hobby'), ('Clothing'),
('Utilities'); ('Entertainment'),
('Utilities'),
('Subscriptions'),
('Transportation'),
('Health'),
('Other');
CREATE TABLE expense ( CREATE TABLE expense (
id INTEGER PRIMARY KEY, id INTEGER PRIMARY KEY,