summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/investments-sheet-schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/investments-sheet-schema.sql b/data/investments-sheet-schema.sql
index aa8aac0..566b968 100644
--- a/data/investments-sheet-schema.sql
+++ b/data/investments-sheet-schema.sql
@@ -10,7 +10,7 @@ CREATE TABLE holdings (
account text,
symbol text,
name text,
- category text REFERENCES categories(name),
+ category text REFERENCES investment_categories(name),
shares numeric(10, 3),
price numeric(10, 2),
expense_ratio numeric(5, 2),