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.4.2.30,1.4.2.31


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.30,1.4.2.31
Date: Fri, 17 Jan 2003 10:18:54 -0800

Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv31131

Modified Files:
      Tag: rel-1-2
        updatedatabase 
Log Message:
aqbooksellers 'id' field needs to be an auto_increment field, otherwise id is
left NULL when new sellers are added.


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.30
retrieving revision 1.4.2.31
diff -C2 -r1.4.2.30 -r1.4.2.31
*** updatedatabase      26 Nov 2002 04:42:33 -0000      1.4.2.30
--- updatedatabase      17 Jan 2003 18:18:48 -0000      1.4.2.31
***************
*** 184,187 ****
--- 184,190 ----
        { field => 'id', type => 'int', null => '', key => 'PRI', default => 
'', extra => 'auto_increment' },
        ],
+ aqbooksellers => [
+       { field => 'id', type => 'int', null => '', key => 'PRI', default => 
'', extra => 'auto_increment' },
+       ],
  );
  
***************
*** 426,429 ****
--- 429,436 ----
  
  # $Log$
+ # Revision 1.4.2.31  2003/01/17 18:18:48  tonnesen
+ # aqbooksellers 'id' field needs to be an auto_increment field, otherwise id 
is
+ # left NULL when new sellers are added.
+ #
  # Revision 1.4.2.30  2002/11/26 04:42:33  finlayt
  #




reply via email to

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