Actions
Patch #757
closedSupport database schema for Trac migration
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Importers
Target version:
-
Start date:
2008-03-01
Due date:
% Done:
100%
Estimated time:
Description
Support database schema for trac migration
PostgreSQL trac databases can have a schema setting in the trac config like
this:
database = postgres://trac:password@127.0.0.1/trac?schema=site
The schema restricts the PostgreSQL table views. This permits many Trac
instances to live within a single database.
This patch adds a prompt for the schema.
Files
Actions