start the feature of replacing an existing image

This commit is contained in:
2024-05-15 08:13:01 -06:00
parent 6cd4a5a988
commit 127244731d
4 changed files with 142 additions and 36 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE image ADD COLUMN is_replacement BOOLEAN NOT NULL DEFAULT FALSE;