koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha sampledata-1.2,1.1.2.2,1.1.2.3


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha sampledata-1.2,1.1.2.2,1.1.2.3
Date: Wed, 26 Jun 2002 13:34:51 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv17793

Modified Files:
      Tag: rel-1-2
        sampledata-1.2 
Log Message:
Added some sample data for the virtual bookshelf function


Index: sampledata-1.2
===================================================================
RCS file: /cvsroot/koha/koha/Attic/sampledata-1.2,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** sampledata-1.2      25 Jun 2002 20:50:30 -0000      1.1.2.2
--- sampledata-1.2      26 Jun 2002 20:34:48 -0000      1.1.2.3
***************
*** 2267,2268 ****
--- 2267,2304 ----
  INSERT INTO issues VALUES 
(1,472,'2002-07-02','MAIN',NULL,NULL,NULL,NULL,NULL,20020625133244);
  
+ #
+ # Dumping data for table 'bookshelf'
+ #
+ 
+ INSERT INTO bookshelf VALUES (1,'To Be Labelled');
+ INSERT INTO bookshelf VALUES (2,'To Be Discarded');
+ INSERT INTO bookshelf VALUES (3,'For Fall Book Sale');
+ 
+ 
+ #
+ # Dumping data for table 'shelfcontents'
+ #
+ 
+ INSERT INTO shelfcontents VALUES (1,187,0);
+ INSERT INTO shelfcontents VALUES (1,418,0);
+ INSERT INTO shelfcontents VALUES (1,443,0);
+ INSERT INTO shelfcontents VALUES (1,175,0);
+ INSERT INTO shelfcontents VALUES (1,165,0);
+ INSERT INTO shelfcontents VALUES (2,377,0);
+ INSERT INTO shelfcontents VALUES (2,412,0);
+ INSERT INTO shelfcontents VALUES (2,56,0);
+ INSERT INTO shelfcontents VALUES (2,58,0);
+ INSERT INTO shelfcontents VALUES (2,143,0);
+ INSERT INTO shelfcontents VALUES (2,222,0);
+ INSERT INTO shelfcontents VALUES (2,186,0);
+ INSERT INTO shelfcontents VALUES (2,305,0);
+ INSERT INTO shelfcontents VALUES (3,316,0);
+ INSERT INTO shelfcontents VALUES (3,400,0);
+ INSERT INTO shelfcontents VALUES (3,200,0);
+ INSERT INTO shelfcontents VALUES (3,101,0);
+ INSERT INTO shelfcontents VALUES (3,102,0);
+ INSERT INTO shelfcontents VALUES (3,30,0);
+ INSERT INTO shelfcontents VALUES (3,12,0);
+ INSERT INTO shelfcontents VALUES (3,87,0);
+ INSERT INTO shelfcontents VALUES (3,32,0);
+ 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]