[Koha-cvs] CVS: koha database.mysql,1.5,1.6

Chris Cormack rangi at users.sourceforge.net
Sun May 12 02:02:19 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv28872

Modified Files:
	database.mysql 
Log Message:
Committing Paul's changes into the main branch, and salvaging the changes
made in version 1.4 that got clobberd by 1.5


Index: database.mysql
===================================================================
RCS file: /cvsroot/koha/koha/database.mysql,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** database.mysql	2 May 2002 09:19:49 -0000	1.5
--- database.mysql	12 May 2002 00:02:17 -0000	1.6
***************
*** 1,78 ****
! # phpMyAdmin MySQL-Dump
! # version 2.2.6-rc1
! # http://phpwizard.net/phpMyAdmin/
! # http://phpmyadmin.sourceforge.net/ (download page)
! #
! # Host: localhost
! # Generation Time: May 02, 2002 at 11:13 AM
! # Server version: 3.23.47
! # PHP Version: 4.1.2
! # Database : `koha-rc1`
[...1465 lines suppressed...]
  
  #
! # Table structure for table 'systempreferences'
  #
  CREATE TABLE systempreferences (
!   variable char(50) DEFAULT '' NOT NULL,
!   value char(200),
!   PRIMARY KEY (variable)
! );
  
  #
! # Table structure for table 'users'
  #
  CREATE TABLE users (
!   usercode varchar(10),
    username text,
    password text,
!   level smallint(6)
! );
  





More information about the Koha-cvs mailing list