mirror of
https://github.com/stashapp/stash.git
synced 2026-04-30 13:44:22 -05:00
f87117b0d6
* 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;
|