[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.30,1.4.2.31

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Jan 17 19:18:54 CET 2003


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
  #





More information about the Koha-cvs mailing list