Commit 0d1427cb authored by Frank Bergmann's avatar Frank Bergmann

-- fixed quote issue

parent 8b12b7e4
......@@ -42,7 +42,7 @@ declare
begin
select count(*) into v_count from user_tab_columns where table_name = ''acs_object_types'' and column_name = ''implements_subsite_p'';
IF v_count > 0 THEN return 1; END IF;
alter table apm_package_types add implements_subsite_p boolean default 'f';
alter table apm_package_types add implements_subsite_p boolean default ''f'';
RETURN 1;
end;' language 'plpgsql';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment