Postgresql install script uses hardcoded 'frontend' in one location

Bug #1696494 reported by Edward
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
VFront
New
Undecided
Unassigned

Bug Description

_install/vfront.postgres.sql.php

line 453 reads:
"CREATE TABLE frontend.api_console"

I believe this needs to be changed to:
"CREATE TABLE {$frontend_schema}{$db1['sep']}api_console"

In order to allow for front end databases not named "frontend"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.