diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-17 13:24:42 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-17 13:24:42 -0800 |
| commit | 96019367e8f72eac26abd3b7a908c2b914bd1ae1 (patch) | |
| tree | fa7dbe66ea8b12bde0970dc8db27f7601464b3b8 /sql_table_config.json | |
| parent | c159e86a3487dbae79de8d0887f288625084bfcd (diff) | |
v2: add initial Next JS files, remove static templates
Diffstat (limited to 'sql_table_config.json')
| -rw-r--r-- | sql_table_config.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sql_table_config.json b/sql_table_config.json deleted file mode 100644 index 0e2e6e5..0000000 --- a/sql_table_config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "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", - "DAILY_COLUMNS": "id INT PRIMARY KEY AUTO_INCREMENT, channel_id VARCHAR(255), sub_diff INT", - "DAILY_HEADER": "channel_id, sub_diff", - "HOLODEX_ORGS": "Nijisanji" -} |
