~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/sampledata/current.sql

  • Committer: Brad Crittenden
  • Date: 2007-05-03 12:40:20 UTC
  • mto: This revision was merged to the branch mainline in revision 4248.
  • Revision ID: bac@canonical.com-20070503124020-mv66tdkw42ssbxps
Implement upload and management of files associated with a product release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7978
7978
 
7979
7979
ALTER TABLE productreleasefile DISABLE TRIGGER ALL;
7980
7980
 
7981
 
INSERT INTO productreleasefile (productrelease, libraryfile, filetype, id) VALUES (5, 3, 1, 2);
7982
 
INSERT INTO productreleasefile (productrelease, libraryfile, filetype, id) VALUES (7, 1, 1, 1);
 
7981
INSERT INTO productreleasefile (productrelease, libraryfile, filetype, id, uploader, dateuploaded) VALUES (5, 3, 1, 2, 16, '2005-06-06 08:59:51.926792');
 
7982
INSERT INTO productreleasefile (productrelease, libraryfile, filetype, id, uploader, dateuploaded) VALUES (7, 1, 1, 1, 12, '2005-06-06 08:59:51.925908');
7983
7983
 
7984
7984
 
7985
7985
ALTER TABLE productreleasefile ENABLE TRIGGER ALL;