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