diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-26 02:36:07 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-26 02:36:07 -0800 |
| commit | 13625d722a421441c1edc6eb1256b7e20f20544d (patch) | |
| tree | 9035666485280eba681fe90a7ae0ff18924a99ea /backend/sql_table_config.json | |
| parent | 174cbcc1a1667b254d19bca31463f900845ea8ee (diff) | |
use SSR for rendering graph + transition demo to PhaseConnect
- I like Phase Connect
Diffstat (limited to 'backend/sql_table_config.json')
| -rw-r--r-- | backend/sql_table_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |
