stash/pkg/sqlite/migrations/3_o_counter.up.sql

2 lines
72 B
SQL

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