Changes between Initial Version and Version 1 of Ticket #12558


Ignore:
Timestamp:
Oct 28, 2015, 12:14:02 PM (9 years ago)
Author:
Jun Omae
Comment:

Are you using PostgreSQL? Could you please provide trac.log in your environment after enabling TracLogging with DEBUG level?

I see that db.py is missing for creating new table.

No. db_backend.to_sql(table) generates DDL for new tables at defaultccplugin/trunk/defaultcc/admin.py@14809:65#L60.

p.s. the priority should be set by only plugin maintainers.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12558

    • Property Priority changed from highest to normal
  • Ticket #12558 – Description

    initial v1  
    11After installation of plugin an db upgrade ...
    2 
     2{{{
    33trac-admin /data/projects/TEST/trac upgrade
    44InternalError: current transaction is aborted, commands ignored until end of transaction block
    5 
     5}}}
    66I see that db.py is missing for creating new table.
    77