start the feature of replacing an existing image
This commit is contained in:
2
sql/migrations/V2__add_is_replacement.sql
Normal file
2
sql/migrations/V2__add_is_replacement.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
ALTER TABLE image ADD COLUMN is_replacement BOOLEAN NOT NULL DEFAULT FALSE;
|
||||
Reference in New Issue
Block a user