From: "Vikraman Choudhury" <vikraman.choudhury@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoostats:master commit in: server/sql/
Date: Sun, 5 Feb 2012 12:15:54 +0000 (UTC) [thread overview]
Message-ID: <e8b0447ea39afdf07a5acd1d065a16971fed65d7.vikraman@gentoo> (raw)
commit: e8b0447ea39afdf07a5acd1d065a16971fed65d7
Author: Vikraman Choudhury <vikraman.choudhury <AT> gmail <DOT> com>
AuthorDate: Sun Feb 5 12:14:40 2012 +0000
Commit: Vikraman Choudhury <vikraman.choudhury <AT> gmail <DOT> com>
CommitDate: Sun Feb 5 12:14:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoostats.git;a=commit;h=e8b0447e
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` (
create table `PACKAGES` (
`PKEY` serial,
- `CAT` varchar (32),
+ `CAT` varchar (64),
`PKG` varchar (64),
`VER` varchar (32),
primary key (`CAT`, `PKG`, `VER`)
next reply other threads:[~2012-02-05 12:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-05 12:15 Vikraman Choudhury [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-06-14 17:43 [gentoo-commits] proj/gentoostats:master commit in: server/sql/ Vikraman Choudhury
2011-06-07 23:58 Vikraman Choudhury
2011-06-07 19:07 Vikraman Choudhury
2011-05-06 17:21 Vikraman Choudhury
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e8b0447ea39afdf07a5acd1d065a16971fed65d7.vikraman@gentoo \
--to=vikraman.choudhury@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox