Yet another Oracle/PostgreSQL incombatibility in ccm-cms-6.6.7-6.6.8

git-svn-id: https://svn.libreccm.org/ccm/trunk@3042 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-12-12 15:16:27 +00:00
parent 91f6472c15
commit cb8df155cc
1 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@
-- --
-- $Id$ -- $Id$
UPDATE application_types SET singleton_p = true WHERE object_type = 'com.arsdigita.cms.ContentCenter'; UPDATE application_types SET singleton_p = '1' WHERE object_type = 'com.arsdigita.cms.ContentCenter';
UPDATE application_types SET singleton_p = true WHERE object_type = 'com.arsdigita.cms.Service'; UPDATE application_types SET singleton_p = '1 WHERE object_type = 'com.arsdigita.cms.Service';