koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha database.mysql,1.2.2.3,1.2.2.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha database.mysql,1.2.2.3,1.2.2.4
Date: Wed, 15 May 2002 05:17:37 -0700

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

Modified Files:
      Tag: rel-1-2
        database.mysql 
Log Message:
Update of systempreferences table structure and admin script. Contains now a 
"help" fields that shows what param is supposed to do what. The params will be 
in the sample-DB. I've dumped the 3 I know. If there are others, let me know :

INSERT INTO systempreferences VALUES ('template', 'french', 'Template default 
name. Not used for instance');
INSERT INTO systempreferences VALUES ('autoBarcode', '', '1 or else. If 1, 
Barcode is auto-calculated');
INSERT INTO systempreferences VALUES ('acquisitions', 'normal', 'normal or 
simple : will use acquisition system found in directory acqui.simple or 
acquisition');






Index: database.mysql
===================================================================
RCS file: /cvsroot/koha/koha/database.mysql,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -C2 -r1.2.2.3 -r1.2.2.4
*** database.mysql      14 May 2002 12:01:48 -0000      1.2.2.3
--- database.mysql      15 May 2002 12:17:35 -0000      1.2.2.4
***************
*** 780,783 ****
--- 780,784 ----
    variable char(50) DEFAULT '' NOT NULL,
    value char(200),
+   explanation char(200) default '',
    PRIMARY KEY (variable)
  );




reply via email to

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