[Koha-cvs] koha/misc koha.mysql

Robert Lyon bob at katipo.co.nz
Wed Apr 12 00:08:07 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Robert Lyon <bob_lyon at savannah.gnu.org>	06/04/11 22:08:06

Modified files:
	misc           : koha.mysql 

Log message:
	Altered the subscription table changed issues length column from tinyint as it
	only allows numbers up to 127 - needs to allow bigger numbers if the sub you're making
	is for a daily subscription like a newspaper where the number of issues in a year
	will be greater than 127

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/koha.mysql.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: koha/misc/koha.mysql
diff -u koha/misc/koha.mysql:1.12 koha/misc/koha.mysql:1.13
--- koha/misc/koha.mysql:1.12	Thu Aug  4 14:19:42 2005
+++ koha/misc/koha.mysql	Tue Apr 11 22:08:06 2006
@@ -1160,7 +1160,7 @@
   aqbudgetid int(11) default '0',
   weeklength tinyint(4) default '0',
   monthlength tinyint(4) default '0',
-  numberlength tinyint(4) default '0',
+  numberlength smallint(4) default '0',
   periodicity tinyint(4) default '0',
   dow varchar(100) default '',
   numberingmethod varchar(100) default '',





More information about the Koha-cvs mailing list