[Koha-cvs] CVS: koha/misc koha.mysql,1.1,1.2

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


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

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

Index: koha.mysql
===================================================================
RCS file: /cvsroot/koha/koha/misc/koha.mysql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** koha.mysql	22 Nov 2002 09:05:18 -0000	1.1
--- koha.mysql	28 Jan 2003 15:13:31 -0000	1.2
***************
*** 787,794 ****
  );
  
- CREATE TABLE userflags (
-   bit int(11) NOT NULL default '0',
-   flag char(30),
-   flagdesc char(255),
-   defaulton int(11)
- );
\ No newline at end of file
--- 787,788 ----





More information about the Koha-cvs mailing list