Changeset 139 in tracdarcs


Ignore:
Timestamp:
04/23/09 15:06:18 (4 years ago)
Author:
lele@…
Hash name:
20090423130618-97f81-cfbe11901429cd7325d74ba907844a123132c821
Message:

Use a composite index also for the hashname

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tracdarcs/components.py

    r135 r139  
    138138            Column('hash'), 
    139139            Column('name'), 
    140             Index(['hash'])] 
     140            Index(['hash','repo_id'])] 
    141141        node_table = Table('darcs_nodes', key=('repo_id','node_id'))[ 
    142142            Column('repo_id'), 
Note: See TracChangeset for help on using the changeset viewer.