mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
* Add backend support for o-counter * Add o-counter buttons everywhere * Put o-counter button right-aligned on tabs * Add o-counter filter
2 lines
72 B
SQL
2 lines
72 B
SQL
ALTER TABLE `scenes` ADD COLUMN `o_counter` tinyint not null default 0;
|