From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ru10l-0007NN-49 for garchives@archives.gentoo.org; Sun, 05 Feb 2012 12:16:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49C2BE0160; Sun, 5 Feb 2012 12:15:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 19742E0160 for ; Sun, 5 Feb 2012 12:15:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77F7D1B4012 for ; Sun, 5 Feb 2012 12:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B597680043 for ; Sun, 5 Feb 2012 12:15:54 +0000 (UTC) From: "Vikraman Choudhury" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vikraman Choudhury" Message-ID: Subject: [gentoo-commits] proj/gentoostats:master commit in: server/sql/ X-VCS-Repository: proj/gentoostats X-VCS-Files: server/sql/init.sql X-VCS-Directories: server/sql/ X-VCS-Committer: vikraman X-VCS-Committer-Name: Vikraman Choudhury X-VCS-Revision: e8b0447ea39afdf07a5acd1d065a16971fed65d7 Date: Sun, 5 Feb 2012 12:15:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c7eef98c-8792-4cf3-b457-9d9d654b54eb X-Archives-Hash: 5083173e11971e03cb933d57f2acef87 commit: e8b0447ea39afdf07a5acd1d065a16971fed65d7 Author: Vikraman Choudhury gmail com> AuthorDate: Sun Feb 5 12:14:40 2012 +0000 Commit: Vikraman Choudhury gmail com> CommitDate: Sun Feb 5 12:14:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoostats.g= it;a=3Dcommit;h=3De8b0447e update CAT field length to handle longer category values --- server/sql/init.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/sql/init.sql b/server/sql/init.sql index 5d7d6ab..cd77433 100644 --- a/server/sql/init.sql +++ b/server/sql/init.sql @@ -111,7 +111,7 @@ create table `HOST_MIRRORS` ( =20 create table `PACKAGES` ( `PKEY` serial, - `CAT` varchar (32), + `CAT` varchar (64), `PKG` varchar (64), `VER` varchar (32), primary key (`CAT`, `PKG`, `VER`)