mirror of https://github.com/stashapp/stash.git
4 lines
225 B
MySQL
4 lines
225 B
MySQL
![]() |
ALTER TABLE `scenes` ADD COLUMN `organized` boolean not null default '0';
|
||
|
ALTER TABLE `images` ADD COLUMN `organized` boolean not null default '0';
|
||
|
ALTER TABLE `galleries` ADD COLUMN `organized` boolean not null default '0';
|