-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
54 changed files
with
2,034 additions
and
2,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
insert into bangumi.chii_apps (app_id, app_type, app_creator, app_name, app_desc, app_url, app_collects, app_status, app_timestamp, app_lasttouch, app_ban) | ||
insert into chii_apps (app_id, app_type, app_creator, app_name, app_desc, app_url, app_collects, app_status, app_timestamp, app_lasttouch, app_ban) | ||
values (1, 1, 2, 'Bangumi iOS', 'iOS app for Bangumi', '', 0, 0, 1715828406, 1715828406, 0); |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
insert into bangumi.chii_ep_comments (ep_pst_id, ep_pst_mid, ep_pst_uid, ep_pst_related, ep_pst_dateline, ep_pst_content, ep_pst_state) | ||
insert into chii_ep_comments (ep_pst_id, ep_pst_mid, ep_pst_uid, ep_pst_related, ep_pst_dateline, ep_pst_content, ep_pst_state) | ||
values (1034989, 1075440, 600046, 0, 1640462712, 'sandbox', 0), | ||
(1569792, 1075440, 448570, 0, 1719389390, '这是一条测试内容', 0), | ||
(1569874, 1075440, 448570, 0, 1719399020, '(bgm40)(bgm41)(bgm41)(bgm41)(bgm41)', 0); |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
insert into bangumi.chii_friends (frd_uid, frd_fid, frd_grade, frd_dateline, frd_description) | ||
insert into chii_friends (frd_uid, frd_fid, frd_grade, frd_dateline, frd_description) | ||
values (287622, 427613, 1, 1658142804, ''); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
insert into bangumi.chii_group_members (gmb_uid, gmb_gid, gmb_moderator, gmb_dateline) | ||
insert into chii_group_members (gmb_uid, gmb_gid, gmb_moderator, gmb_dateline) | ||
values (287622, 4215, 1, 1531631310), | ||
(427613, 4215, 0, 1531631570), | ||
(382951, 4215, 0, 1640499538); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
insert into bangumi.chii_group_topics (grp_tpc_id, grp_tpc_gid, grp_tpc_uid, grp_tpc_title, grp_tpc_dateline, grp_tpc_lastpost, grp_tpc_replies, grp_tpc_state, grp_tpc_display) | ||
insert into chii_group_topics (grp_tpc_id, grp_tpc_gid, grp_tpc_uid, grp_tpc_title, grp_tpc_dateline, grp_tpc_lastpost, grp_tpc_replies, grp_tpc_state, grp_tpc_display) | ||
values (371602, 4215, 287622, 'tes', 1657885648, 1662283112, 2, 2, 1), | ||
(375793, 4215, 287622, '测试贴 2', 1671381484, 1671381518, 2, 0, 1), | ||
(379821, 4215, 287622, 'reaction', 1680273073, 1680275867, 3, 0, 1); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
insert into bangumi.chii_memberfields (uid, site, location, bio, privacy, blocklist) | ||
insert into chii_memberfields (uid, site, location, bio, privacy, blocklist) | ||
values (287622, 'bgm.tv/character/13307', '', 'fake bio', 'a:4:{i:1;i:2;i:30;i:2;i:20;i:2;i:21;i:0;}', '0'), | ||
(382951, 'bgm.tv/character/13307', '', '[email protected] 密码:lovemeplease | ||
(欢迎大家一起维护树洞酱,但请勿随意修改密码) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
insert into bangumi.chii_members (uid, username, nickname, avatar, groupid, regdate, lastvisit, lastactivity, lastpost, dateformat, timeformat, timeoffset, newpm, new_notify, sign, password_crypt, email, acl) | ||
insert into chii_members (uid, username, nickname, avatar, groupid, regdate, lastvisit, lastactivity, lastpost, dateformat, timeformat, timeoffset, newpm, new_notify, sign, password_crypt, email, acl) | ||
values (1, '1', 'nickname 1', '', 0, 0, 0, 0, 0, '', 0, '', 0, 0, 'sing 1', '', '', ''), | ||
(2, '2', 'nickname 2', '', 11, 0, 0, 0, 0, '', 0, '', 0, 0, 'sing 2', '$2a$12$GA5Pr9GhsyLJcSPoTpYBY.JqTzYZb2nfgSeZ1EK38bfgk/Rykkvuq', '[email protected]', ''), | ||
(4, '4', 'nickname 4', '', 0, 0, 0, 0, 0, '', 0, '', 0, 0, 'sing 4', '', '', ''), | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
insert into bangumi.chii_oauth_access_tokens (id, type, access_token, client_id, user_id, expires, scope, info) | ||
insert into chii_oauth_access_tokens (id, type, access_token, client_id, user_id, expires, scope, info) | ||
values (1, 0, 'a_development_access_token', 'test_client_id', '382951', '2030-12-21 14:16:28', null, ''), | ||
(2, 0, 'a_expired_token', 'test_client_id', '382951', '2020-12-21 14:16:28', null, ''); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
insert into bangumi.chii_oauth_clients (app_id, client_id, client_secret, redirect_uri, grant_types, scope, user_id) | ||
insert into chii_oauth_clients (app_id, client_id, client_secret, redirect_uri, grant_types, scope, user_id) | ||
values (1, 'bgmabcdefg', 'abcdefg', 'bangumi://oauth/callback', '', '', '2'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
insert into bangumi.chii_os_web_sessions (`key`, user_id, value, created_at, expired_at) | ||
insert into chii_os_web_sessions (`key`, user_id, value, created_at, expired_at) | ||
values ('dev-session-id', 382951, 0x7B227265675F74696D65223A22323032322D30362D32305430303A35313A30362E393032373039332B30383A3030222C22757365725F6964223A3338323935312C22657870697265645F6174223A313635363236323236367D, 1655657466, 2156262266); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.