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.35,1.36


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.35,1.36
Date: Tue, 28 Jan 2003 07:13:34 -0800

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




reply via email to

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