stash/pkg/database/migrations/3_o_counter.up.sql
WithoutPants f87117b0d6
Add O-counter (#334)
* Add backend support for o-counter

* Add o-counter buttons everywhere

* Put o-counter button right-aligned on tabs

* Add o-counter filter
2020-02-02 19:17:28 -05:00

1 line
72 B
SQL

ALTER TABLE `scenes` ADD COLUMN `o_counter` tinyint not null default 0;