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 d538ec6..aa8aac0 100644
--- a/data/investments-sheet-schema.sql
+++ b/data/investments-sheet-schema.sql
@@ -1,5 +1,5 @@
DROP TABLE IF EXISTS holdings;
-DROP TABLE IF EXISTS categories;
+DROP TABLE IF EXISTS investment_categories;
CREATE TABLE investment_categories (
name text PRIMARY KEY,