stash/pkg/sqlite/migrations/54_image_code_details_photographer.up.sql
bob123491234 413311711f
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>
2023-11-28 15:45:07 +11:00

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;