This website requires JavaScript.
Explore
Help
Register
Sign In
liuyupeng
/
sub2api
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
sub2api
/
backend
/
migrations
/
189_add_group_allow_live.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
2 lines
73 B
SQL
Raw
Permalink
Normal View
History
Unescape
Escape
Sub2API v1.0 - AI API 网关(二开初始版本,基于上游 Wei-Shaw/sub2api)
2026-08-21 18:30:13 +08:00
ALTER
TABLE
groups
ADD
COLUMN
allow_live
BOOLEAN
NOT
NULL
DEFAULT
false
;
Reference in New Issue
Copy Permalink