Update default categories
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user