stash/pkg/sqlite/migrations/23_scenes_interactive.up.sql

2 lines
76 B
SQL

ALTER TABLE `scenes` ADD COLUMN `interactive` boolean not null default '0';