mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
* 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>
3 lines
104 B
SQL
3 lines
104 B
SQL
ALTER TABLE `galleries` ADD COLUMN `code` text;
|
|
ALTER TABLE `galleries` ADD COLUMN `photographer` text;
|