koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/misc koha.mysql,1.1,1.2
Date: Tue, 28 Jan 2003 07:13:34 -0800

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 ----




reply via email to

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