summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/investments-sheet-schema.sql (renamed from data/schema.sql)2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schema.sql b/data/investments-sheet-schema.sql
index 2c859ef..d538ec6 100644
--- a/data/schema.sql
+++ b/data/investments-sheet-schema.sql
@@ -1,7 +1,7 @@
DROP TABLE IF EXISTS holdings;
DROP TABLE IF EXISTS categories;
-CREATE TABLE categories (
+CREATE TABLE investment_categories (
name text PRIMARY KEY,
target_allocation integer
);