mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 18:04:33 +01:00
* Add backend support for o-counter * Add o-counter buttons everywhere * Put o-counter button right-aligned on tabs * Add o-counter filter
1 line
72 B
SQL
1 line
72 B
SQL
ALTER TABLE `scenes` ADD COLUMN `o_counter` tinyint not null default 0;
|