mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Add ignore autotag flag (#2439)
* Add autoTagIgnored to database schema * Graphql changes * UI changes * Add field to edit performers dialog * Apply flag to autotag behaviour
This commit is contained in:
3
pkg/database/migrations/30_ignore_autotag.up..sql
Normal file
3
pkg/database/migrations/30_ignore_autotag.up..sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `performers` ADD COLUMN `ignore_auto_tag` boolean not null default '0';
|
||||
ALTER TABLE `studios` ADD COLUMN `ignore_auto_tag` boolean not null default '0';
|
||||
ALTER TABLE `tags` ADD COLUMN `ignore_auto_tag` boolean not null default '0';
|
||||
Reference in New Issue
Block a user