stash/pkg/sqlite/migrations/53_gallery_photographer_code.up.sql
bob123491234 d1018b4c5d
Add Studio Code and Photographer to Galleries. (#4195)
* Added Studio Code and Photographer to Galleries
* Fix gallery display on mobile
* Fixed potential panic when scraping with a bad configuration
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2023-11-28 15:05:33 +11:00

2 lines
104 B
SQL

ALTER TABLE `galleries` ADD COLUMN `code` text;
ALTER TABLE `galleries` ADD COLUMN `photographer` text;