mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add Details, Studio Code, and Photographer to Images (#4217)
* Add Details, Code, and Photographer to Images * Add date and details to image card --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `images` ADD COLUMN `code` text;
|
||||
ALTER TABLE `images` ADD COLUMN `photographer` text;
|
||||
ALTER TABLE `images` ADD COLUMN `details` text;
|
||||
Reference in New Issue
Block a user