diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-04-13 01:20:53 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-04-13 01:20:53 -0700 |
| commit | 6d084b98235bf1799e17fc17aad7ab9894621915 (patch) | |
| tree | 3ef588dbe0b5bfb723e17d94f90e2303455852f8 /backend/sql_table_config.json | |
| parent | 5066658bf9c6f5a515efeb0c69793734a53e9755 (diff) | |
change backend API to a submodule
Diffstat (limited to 'backend/sql_table_config.json')
| -rw-r--r-- | backend/sql_table_config.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/backend/sql_table_config.json b/backend/sql_table_config.json deleted file mode 100644 index 8bc237f..0000000 --- a/backend/sql_table_config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "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", - "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", - "HISTORICAL_HEADER": "channel_id, profile_pic, name, subscriber_count, timestamp", - "HOLODEX_ORGS": "Phase%20Connect" -} |
