Edgewall Software

Changes between Initial Version and Version 1 of TracSqlAlchemy


Ignore:
Timestamp:
Mar 17, 2008, 10:34:02 PM (16 years ago)
Author:
Jeroen Ruigrok van der Werven
Comment:

First version.

Legend:

Unmodified
Added
Removed
Modified
  • TracSqlAlchemy

    v1 v1  
     1= Trac and SQLAlchemy =
     2
     3The current [source:sandbox/sqlalchemy-ng/trac/db/schema.py database schema] has deficiencies.
     4
     5== Tables ==
     6
     7 * '''system table'''
     8 * '''permission table'''
     9 * '''auth_cookie table'''
     10 * '''session table'''
     11 * '''session_attribute table'''
     12 * '''attachment table'''
     13   * id is text, for ticket type it is a number, for wiki it is an unique text identifier
     14 * '''wiki table'''
     15 * '''revision table'''
     16 * '''node_change table'''
     17 * '''ticket table'''
     18 * '''ticket_change table'''
     19 * '''ticket_custom table'''
     20 * '''enum table'''
     21 * '''component table'''
     22 * '''milestone table'''
     23 * '''version table'''
     24 * '''report table'''