commit 7328a3eab37410119a175254ee5ece31799958b3
parent 35eb1292a5b879a178751c3cee09b6dccf8de868
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 29 Jun 2006 07:04:24 +0000
Add notes to the sample data
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/schema.sql b/schema.sql
@@ -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(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(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, 7, 'Cresskill, N.J.');
@@ -404,6 +406,9 @@
INSERT INTO "itemCreators" VALUES(7, 8, 1, 2);
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 (3262, 'Another Test Project', NULL);
INSERT INTO collections VALUES (6856, 'Yet Another Project', NULL);