This website requires JavaScript.
Explore
Help
Sign In
futureporn
/
fp
Watch
1
Star
0
Fork
You've already forked fp
0
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5e83742341
fp
/
services
/
migrations-schema
/
migrations
/
00053_add-default-status-on...
5 lines
118 B
SQL
Raw
Blame
History
ALTER
TABLE
api
.
vods
DROP
COLUMN
status
;
ALTER
TABLE
api
.
vods
ADD
COLUMN
status
TEXT
DEFAULT
'
pending_recording
'
;
Reference in New Issue
View Git Blame
Copy Permalink