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
/
00042_segments-vods-fk.sql
7 lines
124 B
SQL
Raw
Blame
History
ALTER
TABLE
api
.
segments
DROP
COLUMN
vod_id
;
ALTER
TABLE
api
.
segments
ADD
COLUMN
vod_id
UUID
REFERENCES
api
.
vods
(
id
)
;
Reference in New Issue
View Git Blame
Copy Permalink