Skip to content

Commit

Permalink
🐛修复B站订阅 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanerwa committed Sep 14, 2024
1 parent f5bd7c1 commit b3f8ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bilibili_sub/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ async def get_all_sub_data(
async def _run_script(cls):
return [
"ALTER TABLE bilibili_sub ALTER COLUMN season_update_time TYPE timestamp with time zone USING season_update_time::timestamp with time zone;",
"ALTER TABLE bilibili_sub ALTER COLUMN sub_id TYPE character varying(255)T;", # 添加修改sub_id为char的SQL脚本
"ALTER TABLE bilibili_sub ALTER COLUMN sub_id TYPE character varying(255);", # 添加修改sub_id为char的SQL脚本
]

0 comments on commit b3f8ef3

Please sign in to comment.