Edgewall Software

Changes between Initial Version and Version 3 of Ticket #3308


Ignore:
Timestamp:
Jun 27, 2006, 2:12:16 PM (18 years ago)
Author:
Christian Boos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3308

    • Property Status newassigned
    • Property Keywords feedback added
  • Ticket #3308 – Description

    initial v3  
    11When using one Postgres DB with multiple schemas with Trac projects, there is must be "public" schema containing "system" table.
    2 In other words, database_version is checked against public schema, not schema of project.
     2In other words, database_version is ''wrongly'' checked against public schema, not schema of project.
    33
    44I think problem is here:
     5{{{
    56  File "/usr/lib/python2.4/site-packages/trac/env.py", line 235, in get_version
    67    cursor.execute("SELECT value FROM system WHERE name='database_version'")
    7 
     8}}}
    89Maybe schema specification before "system" needed?