libreccm-legacy/ccm-themedirector/sql/ccm-ldn-theme/upgrade/postgres/6.3.0-6.3.1/add-is_deleted.sql

6 lines
146 B
SQL
Executable File

alter table theme_files add is_deleted boolean;
update theme_files set is_deleted = 'f';
alter table theme_files alter is_deleted set not null;