This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
stash
mirror of
https://github.com/stashapp/stash.git
Watch
1
Star
1
Fork
You've already forked stash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
develop
stash
/
pkg
/
sqlite
/
migrations
/
38_scenes_director_code.up.sql
3 lines
94 B
SQL
Raw
Permalink
Blame
History
ALTER
TABLE
`
scenes
`
ADD
COLUMN
`
code
`
text
;
ALTER
TABLE
`
scenes
`
ADD
COLUMN
`
director
`
text
;
Reference in New Issue
View Git Blame
Copy Permalink