summaryrefslogtreecommitdiffstats
path: root/sql_table_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'sql_table_config.json')
-rw-r--r--sql_table_config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql_table_config.json b/sql_table_config.json
index a1abb14..a4be574 100644
--- a/sql_table_config.json
+++ b/sql_table_config.json
@@ -2,8 +2,8 @@
"TABLE_LIVE": "subscriber_data",
"TABLE_HISTORICAL": "subscriber_data_historical",
"TABLE_DAILY": "24h_historical",
- "LIVE_COLUMNS": "id SERIAL PRIMARY KEY, channel_id VARCHAR(255), profile_pic VARCHAR(255), name VARCHAR(255), subscriber_count INT, suborg VARCHAR(255), video_count INT, timestamp TIMESTAMP",
- "LIVE_HEADER": "channel_id, profile_pic, name, subscriber_count, suborg, video_count, timestamp",
+ "LIVE_COLUMNS": "id SERIAL PRIMARY KEY, channel_id VARCHAR(255), profile_pic VARCHAR(255), name VARCHAR(255), subscriber_count INT, suborg VARCHAR(255), video_count INT, view_count INT, timestamp TIMESTAMP",
+ "LIVE_HEADER": "channel_id, profile_pic, name, subscriber_count, suborg, video_count, view_count, timestamp",
"DAILY_COLUMNS": "id SERIAL PRIMARY KEY, channel_id VARCHAR(255), sub_diff INT",
"DAILY_HEADER": "channel_id, sub_diff",
"HISTORICAL_COLUMNS": "id SERIAL PRIMARY KEY, channel_id VARCHAR(255), profile_pic VARCHAR(255), name VARCHAR(255), subscriber_count INT, timestamp TIMESTAMP",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage