Package trac :: Module db_default

Module db_default

source code

Functions
 
get_reports(db) source code
 
get_data(db) source code
Variables
  db_version = 45
  schema = [Table('system', key= 'name') [Column('name'), Column...
  __package__ = 'trac'

Imports: Table, Column, Index


Variables Details

schema

Value:
[Table('system', key= 'name') [Column('name'), Column('value')], Table\
('permission', key= ('username', 'action')) [Column('username'), Colum\
n('action')], Table('auth_cookie', key= ('cookie', 'ipnr', 'name')) [C\
olumn('cookie'), Column('name'), Column('ipnr'), Column('time', type= \
'int')], Table('session', key= ('sid', 'authenticated')) [Column('sid'\
), Column('authenticated', type= 'int'), Column('last_visit', type= 'i\
nt'), Index(['last_visit']), Index(['authenticated'])], Table('session\
_attribute', key= ('sid', 'authenticated', 'name')) [Column('sid'), Co\
...