~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/fti.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-21 03:09:33 UTC
  • mfrom: (7675.1045.811 db-devel)
  • Revision ID: launchpad@pqm.canonical.com-20110921030933-mfkdkkkb99sskvrt
Merging db-stable at revno 10994

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
            ('description', D),
133
133
            ]),
134
134
 
135
 
    ('shippingrequest', [
136
 
            ('recipientdisplayname', A),
137
 
            ]),
138
 
 
139
135
    ('specification', [
140
136
            ('name', A),
141
137
            ('title', A),