summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 02:10:22 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 02:10:22 -0400
commitf164ea3c6997c06be0ddc940c7f2a1d9a1bdc029 (patch)
tree45d27a77c2443cbc64e21d1be9438cf1b8c26d8e
parentbb38b58218aeb13e63dd7489cb6d661f22e758d6 (diff)
downloadmetabase-utils-f164ea3c6997c06be0ddc940c7f2a1d9a1bdc029.tar.gz
metabase-utils-f164ea3c6997c06be0ddc940c7f2a1d9a1bdc029.zip
one more
-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),