Add notes to the sample data
This commit is contained in:
parent
35eb1292a5
commit
7328a3eab3
1 changed files with 5 additions and 0 deletions
|
@ -356,6 +356,8 @@
|
||||||
INSERT INTO "items" VALUES(13, 4, 'The computer conference: An altered state of communication', '2006-03-12 05:31:00', '2006-03-12 05:31:00');
|
INSERT INTO "items" VALUES(13, 4, 'The computer conference: An altered state of communication', '2006-03-12 05:31:00', '2006-03-12 05:31:00');
|
||||||
INSERT INTO "items" VALUES(14, 4, 'Computer Networks as Social Networks: Collaborative Work, Telework, and Community', '2006-03-12 05:31:17', '2006-03-12 05:31:17');
|
INSERT INTO "items" VALUES(14, 4, 'Computer Networks as Social Networks: Collaborative Work, Telework, and Community', '2006-03-12 05:31:17', '2006-03-12 05:31:17');
|
||||||
INSERT INTO "items" VALUES(15, 2, 'The Internet in everyday life', '2006-03-12 05:31:41', '2006-03-12 05:31:41');
|
INSERT INTO "items" VALUES(15, 2, 'The Internet in everyday life', '2006-03-12 05:31:41', '2006-03-12 05:31:41');
|
||||||
|
INSERT INTO "items" VALUES(16, 1, NULL, '2006-06-29 05:57:14', '2006-06-29 05:57:19');
|
||||||
|
INSERT INTO "items" VALUES(17, 1, NULL, '2006-06-29 05:58:14', '2006-06-29 05:58:19');
|
||||||
|
|
||||||
INSERT INTO "itemData" VALUES(1, 9, 2001);
|
INSERT INTO "itemData" VALUES(1, 9, 2001);
|
||||||
INSERT INTO "itemData" VALUES(1, 7, 'Cresskill, N.J.');
|
INSERT INTO "itemData" VALUES(1, 7, 'Cresskill, N.J.');
|
||||||
|
@ -404,6 +406,9 @@
|
||||||
INSERT INTO "itemCreators" VALUES(7, 8, 1, 2);
|
INSERT INTO "itemCreators" VALUES(7, 8, 1, 2);
|
||||||
INSERT INTO "itemCreators" VALUES(9, 11, 1, 1);
|
INSERT INTO "itemCreators" VALUES(9, 11, 1, 1);
|
||||||
|
|
||||||
|
INSERT INTO "itemNotes" VALUES(16, 1, 'This item is note-worthy.');
|
||||||
|
INSERT INTO "itemNotes" VALUES(17, NULL, 'This is an independent note.');
|
||||||
|
|
||||||
INSERT INTO collections VALUES (1241, 'Test Project', NULL);
|
INSERT INTO collections VALUES (1241, 'Test Project', NULL);
|
||||||
INSERT INTO collections VALUES (3262, 'Another Test Project', NULL);
|
INSERT INTO collections VALUES (3262, 'Another Test Project', NULL);
|
||||||
INSERT INTO collections VALUES (6856, 'Yet Another Project', NULL);
|
INSERT INTO collections VALUES (6856, 'Yet Another Project', NULL);
|
||||||
|
|
Loading…
Reference in a new issue