mirror of
https://github.com/stashapp/stash.git
synced 2025-12-11 10:54:14 +01: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>
2 lines
104 B
SQL
2 lines
104 B
SQL
ALTER TABLE `galleries` ADD COLUMN `code` text;
|
|
ALTER TABLE `galleries` ADD COLUMN `photographer` text;
|