This website works better with JavaScript.
Home
Explore
Help
Sign In
trent_larson
/
image-api
Watch
4
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
29
Commits
1
Branch
3
Tags
151 KiB
TypeScript
80.9%
Shell
17.4%
Dockerfile
1.5%
Makefile
0.2%
Tree:
f4345fe2b9
image-api
/
sql
/
migrations
/
V2__add_is_replacement.sql
2 lines
77 B
Raw
Blame
History
ALTER
TABLE
image
ADD
COLUMN
is_replacement
BOOLEAN
NOT
NULL
DEFAULT
FALSE
;
Reference in new issue