~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/fti.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-21 14:28:02 UTC
  • mfrom: (14006 devel)
  • mto: This revision was merged to the branch mainline in revision 14010.
  • Revision ID: jelmer@canonical.com-20110921142802-7ggkc204igsy532w
MergeĀ lp:launchpad

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),