mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
* Add Details, Code, and Photographer to Images * Add date and details to image card --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
3 lines
No EOL
145 B
SQL
3 lines
No EOL
145 B
SQL
ALTER TABLE `images` ADD COLUMN `code` text;
|
|
ALTER TABLE `images` ADD COLUMN `photographer` text;
|
|
ALTER TABLE `images` ADD COLUMN `details` text; |