~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/sampledata/current-dev.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:
4749
4749
 
4750
4750
ALTER TABLE launchpaddatabaseupdatelog DISABLE TRIGGER ALL;
4751
4751
 
4752
 
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');
4753
4752
 
4754
4753
 
4755
4754
ALTER TABLE launchpaddatabaseupdatelog ENABLE TRIGGER ALL;