[Koha-cvs] CVS: koha/updater updatedatabase,1.120,1.121

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed Aug 24 10:49:06 CEST 2005


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5561/updater

Modified Files:
	updatedatabase 
Log Message:
Adding a note field in serial table.
This will allow librarian to mention a note on a peculiar waiting serial number.


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.120
retrieving revision 1.121
diff -C2 -r1.120 -r1.121
*** updatedatabase	9 Aug 2005 14:10:32 -0000	1.120
--- updatedatabase	24 Aug 2005 08:49:03 -0000	1.121
***************
*** 168,171 ****
--- 168,181 ----
  #         },
  #     ],
+ 	serial => [
+         {
+             field   => 'notes',
+             type    => 'TEXT',
+             null    => 'NULL',
+             key     => '',
+             default => '',
+             extra   => ''
+         },
+     ],
  );
  
***************
*** 610,613 ****
--- 620,627 ----
  
  # $Log$
+ # Revision 1.121  2005/08/24 08:49:03  hdl
+ # Adding a note field in serial table.
+ # This will allow librarian to mention a note on a peculiar waiting serial number.
+ #
  # Revision 1.120  2005/08/09 14:10:32  tipaul
  # 1st commit to go to zebra.





More information about the Koha-cvs mailing list