~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/sampledata/current-dev.sql

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-06 01:24:37 UTC
  • mfrom: (14039.1.12 bug-759467)
  • Revision ID: launchpad@pqm.canonical.com-20111006012437-x4xn9cohnyp5ztlx
[r=gmb][bug=759467] [r=gmb][bug=759467] Store
 INCOMPLETE_WITH_RESPONSE and INCOMPLETE_WITHOUT_RESPONSE for BugTask status
 to make queries more efficient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4200
4200
 
4201
4201
ALTER TABLE featureflag DISABLE TRIGGER ALL;
4202
4202
 
4203
 
INSERT INTO featureflag (scope, priority, flag, value, date_modified) VALUES ('default', 1, 'longpoll.merge_proposals.enabled', 'true', '2011-10-06 12:44:04.317554');
4204
4203
 
4205
4204
 
4206
4205
ALTER TABLE featureflag ENABLE TRIGGER ALL;
4208
4207
 
4209
4208
ALTER TABLE featureflagchangelogentry DISABLE TRIGGER ALL;
4210
4209
 
4211
 
INSERT INTO featureflagchangelogentry (id, date_changed, diff, comment, person) VALUES (1, '2011-10-06 12:44:04.37357', '+longpoll.merge_proposals.enabled      default 1       true', 'Enable long-poll for merge proposals in development.', 16);
4212
4210
 
4213
4211
 
4214
4212
ALTER TABLE featureflagchangelogentry ENABLE TRIGGER ALL;