From 13625d722a421441c1edc6eb1256b7e20f20544d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 26 Nov 2023 02:36:07 -0800 Subject: use SSR for rendering graph + transition demo to PhaseConnect - I like Phase Connect --- backend/sql_table_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/sql_table_config.json') diff --git a/backend/sql_table_config.json b/backend/sql_table_config.json index e77ff10..0a2ebc3 100644 --- a/backend/sql_table_config.json +++ b/backend/sql_table_config.json @@ -5,5 +5,5 @@ "DAILY_HEADER": "channel_id, sub_diff", "HISTORICAL_COLUMNS": "id INT PRIMARY KEY AUTO_INCREMENT, channel_id VARCHAR(255), profile_pic VARCHAR(255), name VARCHAR(255), subscriber_count INT, timestamp DATETIME", "HISTORICAL_HEADER": "channel_id, profile_pic, name, subscriber_count, timestamp", - "HOLODEX_ORGS": "Nijisanji" + "HOLODEX_ORGS": "Phase%20Connect" } -- cgit v1.2.3