From 50bb69bc261c712b3d36ac571b2aa05cecc04bf7 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Sat, 27 Jul 2002 04:37:12 +0000 Subject: [PATCH] Added new flags field for sample data borrowers. The librarian user has the "superlibrarian" flag set, the jdoe and jsmith users are normal patrons with only the "borrow" flag set. All three passwords are set to "koha" in the sample data. --- sampledata-1.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sampledata-1.2 b/sampledata-1.2 index 1a10c992fe..8e9dbb9ef2 100644 --- a/sampledata-1.2 +++ b/sampledata-1.2 @@ -2245,9 +2245,9 @@ INSERT INTO bibliosubject VALUES ('COSTUME-HISTORY',498); # Dumping data for table 'borrowers' # -INSERT INTO borrowers VALUES (1,'V10000008','Tonnesen','Steve',' ','','','asdfasdf',NULL,'asdf','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',NULL,NULL,NULL,NULL,NULL,'asdf','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,NULL,'tonnesen','iux7QhPe4Y9aPvjHbrUsCA'); -INSERT INTO borrowers VALUES (2,'V10000019','Doe','Jane','Ms','','','PO Box 333',NULL,'Somewhere, BC','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',0,0,0,NULL,NULL,'Mr. Buddy Boy','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,'PO Box 333', 'jdoe', 'iux7QhPe4Y9aPvjHbrUsCA'); -INSERT INTO borrowers VALUES (3,'V1000002X','Smith','John','Mr','','','PO Box 782',NULL,'Somewhere, BC','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',NULL,NULL,NULL,NULL,NULL,'Mr. Buddy Boy','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,NULL,'jsmith', 'iux7QhPe4Y9aPvjHbrUsCA'); +INSERT INTO borrowers VALUES (1,'V10000008','Librarian','Generic',' ','','','asdfasdf',NULL,'asdf','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',NULL,NULL,NULL,NULL,NULL,'asdf','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,NULL,'librarian',129,'iux7QhPe4Y9aPvjHbrUsCA'); +INSERT INTO borrowers VALUES (2,'V10000019','Doe','Jane','Ms','','','PO Box 333',NULL,'Somewhere, BC','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',0,0,0,NULL,NULL,'Mr. Buddy Boy','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,'PO Box 333', 'jdoe', 128,'iux7QhPe4Y9aPvjHbrUsCA'); +INSERT INTO borrowers VALUES (3,'V1000002X','Smith','John','Mr','','','PO Box 782',NULL,'Somewhere, BC','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',NULL,NULL,NULL,NULL,NULL,'Mr. Buddy Boy','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,NULL,'jsmith', 128,'iux7QhPe4Y9aPvjHbrUsCA'); # -- 2.39.5