@@ -566,7 +566,7 @@
## name=desktop/desktop.db
## options={}
# Database schema, to be used only when public schema is revoked in postgres
- ## schema=
+ ## schema=public
# Configuration options for specifying the Desktop session.
# For more info, see https://docs.djangoproject.com/en/1.4/topics/http/sessions/
@@ -1438,7 +1438,7 @@
###########################################################################
# Settings to configure SAML
@@ -603,7 +603,7 @@ DATABASE = ConfigSection(
key='schema',
help=_('Database schema, to be used only when public schema is revoked in postgres.'),
type=str,
- default='',
+ default='public',
),
PASSWORD=Config(
key='password',