koha-cvs
[Top][All Lists]
Advanced

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

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


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.120,1.121
Date: Wed, 24 Aug 2005 01:49:06 -0700

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.




reply via email to

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