[Koha-cvs] CVS: koha/misc koha.mysql,1.3,1.4

MJ Ray slef at users.sourceforge.net
Wed Jul 9 18:19:21 CEST 2003


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

Modified Files:
	koha.mysql 
Log Message:
fixing bug 98 by quoting field and table names

Index: koha.mysql
===================================================================
RCS file: /cvsroot/koha/koha/misc/koha.mysql,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** koha.mysql	25 Mar 2003 05:13:26 -0000	1.3
--- koha.mysql	9 Jul 2003 16:19:19 -0000	1.4
***************
*** 1,24 ****
! # MySQL dump 7.1
  #
! # Host: localhost    Database: c4test
! #--------------------------------------------------------
! # Server version	3.22.32-log
  
  #
  # Table structure for table 'accountlines'
  #
! CREATE TABLE accountlines (
[...1640 lines suppressed...]
  # Table structure for table 'users'
  #
! CREATE TABLE users (
!   usercode varchar(10),
!   username text,
!   password text,
!   level smallint(6)
  );
  
--- 826,835 ----
  # Table structure for table 'users'
  #
! 
! CREATE TABLE `users` (
!   `usercode` varchar(10) default NULL,
!   `username` text,
!   `password` text,
!   `level` smallint(6) default NULL
  );
  





More information about the Koha-cvs mailing list