This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
log-trade
/
image-api
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
3
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32
Commits
1
Branch
3
Tags
342 KiB
Tree:
400a4a1e06
master
1.0.0
1.2.2
1.2.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '400a4a1e06'
${ noResults }
image-api
/
sql
/
migrations
/
V2__add_is_replacement.sql
3 lines
77 B
Raw
Normal View
History
start the feature of replacing an existing image
6 months ago
ALTER
TABLE
image
ADD
COLUMN
is_replacement
BOOLEAN
NOT
NULL
DEFAULT
FALSE
;