diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-18 21:21:22 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-18 21:21:22 -0800 |
| commit | adc88dbdf3274d4d0cf15b5f2cf7b0bbb939bfe0 (patch) | |
| tree | 96089396e548f3f57121674362b6170c7b76693b /backend/sql_table_config.json | |
| parent | 96019367e8f72eac26abd3b7a908c2b914bd1ae1 (diff) | |
v3: re-write frontend using next js
Diffstat (limited to 'backend/sql_table_config.json')
| -rw-r--r-- | backend/sql_table_config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/sql_table_config.json b/backend/sql_table_config.json index 0e2e6e5..8477fbf 100644 --- a/backend/sql_table_config.json +++ b/backend/sql_table_config.json @@ -1,6 +1,6 @@ { - "LIVE_COLUMNS": "id INT PRIMARY KEY AUTO_INCREMENT, channel_id VARCHAR(255), profile_pic VARCHAR(255), name VARCHAR(255), subscriber_count INT, timestamp DATETIME", - "LIVE_HEADER": "channel_id, profile_pic, name, subscriber_count, timestamp", + "LIVE_COLUMNS": "id INT PRIMARY KEY AUTO_INCREMENT, channel_id VARCHAR(255), profile_pic VARCHAR(255), name VARCHAR(255), subscriber_count INT, suborg VARCHAR(255), video_count INT, timestamp DATETIME", + "LIVE_HEADER": "channel_id, profile_pic, name, subscriber_count, suborg, video_count, timestamp", "DAILY_COLUMNS": "id INT PRIMARY KEY AUTO_INCREMENT, channel_id VARCHAR(255), sub_diff INT", "DAILY_HEADER": "channel_id, sub_diff", "HOLODEX_ORGS": "Nijisanji" |
