[Koha-cvs] CVS: koha/updater updatedatabase,1.35,1.36

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 28 16:13:34 CET 2003


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

Modified Files:
	updatedatabase 
Log Message:
userflag table now created in upgrade script (bugfix #171)

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** updatedatabase	27 Jan 2003 03:12:49 -0000	1.35
--- updatedatabase	28 Jan 2003 15:13:30 -0000	1.36
***************
*** 204,207 ****
--- 204,213 ----
    									KEY name (category)
  								)",
+ 	userflags =>		"( bit int(11) NOT NULL default '0',
+   							flag char(30), flagdesc char(255),
+   							defaulton int(11)
+ 						)",
+ );
+ 
  	);
  
***************
*** 248,252 ****
  
  my %tabledata=(
!     userflags => [ 
      	{ uniquefieldrequired => 'bit', bit => 0, flag => 'superlibrarian', flagdesc => 'Access to all librarian functions', defaulton => 0 },
      	{ uniquefieldrequired => 'bit', bit => 1, flag => 'circulate', flagdesc => 'Circulate books', defaulton => 0 },
--- 254,258 ----
  
  my %tabledata=(
!     userflags => [
      	{ uniquefieldrequired => 'bit', bit => 0, flag => 'superlibrarian', flagdesc => 'Access to all librarian functions', defaulton => 0 },
      	{ uniquefieldrequired => 'bit', bit => 1, flag => 'circulate', flagdesc => 'Circulate books', defaulton => 0 },
***************
*** 539,542 ****
--- 545,551 ----
  
  # $Log$
+ # Revision 1.36  2003/01/28 15:13:30  tipaul
+ # userflag table now created in upgrade script (bugfix #171)
+ #
  # Revision 1.35  2003/01/27 03:12:49  acli
  # Reworded the description for "acquisitions" to make it fit on the screen





More information about the Koha-cvs mailing list