~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/sampledata/current.sql

  • Committer: Jeroen Vermeulen
  • Date: 2011-12-13 15:21:25 UTC
  • mto: (7675.1045.1041 db-devel)
  • mto: This revision was merged to the branch mainline in revision 14593.
  • Revision ID: jeroen.vermeulen@canonical.com-20111213152125-9tfe9eg5qup8sygg
Re-generated sample data with Stuart's makefile fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4679
4679
 
4680
4680
ALTER TABLE launchpaddatabaseupdatelog DISABLE TRIGGER ALL;
4681
4681
 
4682
 
INSERT INTO launchpaddatabaseupdatelog (id, start_time, end_time, branch_nick, revno, revid) VALUES (1, '2011-12-13 07:55:04.685269', '2011-12-13 07:55:04.987424', 'db-devel', 11217, 'launchpad@pqm.canonical.com-20111212222744-g9esz8h7rv6zejcz');
4683
4682
 
4684
4683
 
4685
4684
ALTER TABLE launchpaddatabaseupdatelog ENABLE TRIGGER ALL;