~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to examples/db/sample.sql

  • Committer: Matt Giuca
  • Date: 2010-02-11 02:11:27 UTC
  • Revision ID: matt.giuca@gmail.com-20100211021127-e4hciiohagw0cis5
Sample data: Projects 1 and 2 now due in 3009, not 2009, so they won't appear closed when someone in the (not-too-distant) future tries to submit them. Updated corresponding documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
 
270
270
ALTER TABLE project DISABLE TRIGGER ALL;
271
271
 
272
 
INSERT INTO project (projectid, short_name, name, synopsis, url, projectsetid, deadline) VALUES (1, 'phase1', 'Phase 1', 'This is the first project in Intermediate IVLE.', NULL, 1, '2009-08-21 18:00:00');
 
272
INSERT INTO project (projectid, short_name, name, synopsis, url, projectsetid, deadline) VALUES (1, 'phase1', 'Phase 1', 'This is the first project in Intermediate IVLE.', NULL, 1, '3009-08-21 18:00:00');
273
273
INSERT INTO project (projectid, short_name, name, synopsis, url, projectsetid, deadline) VALUES (2, 'phase2', 'Phase 2', 'This is the second project in Intermediate IVLE.
274
 
Get into groups of 3.', NULL, 2, '2009-09-11 18:00:00');
 
274
Get into groups of 3.', NULL, 2, '3009-09-11 18:00:00');
275
275
INSERT INTO project (projectid, short_name, name, synopsis, url, projectsetid, deadline) VALUES (3, 'phase3', 'Phase 3', 'This is the final project in Intermediate IVLE.
276
276
Complete this with the same group as Phase 2.', NULL, 2, '2009-09-25 18:00:00');
277
277