[Collab-qa-commits] r1004 - udd/src
lucas at alioth.debian.org
lucas at alioth.debian.org
Fri Aug 8 17:26:58 UTC 2008
Author: lucas
Date: 2008-08-08 17:26:57 +0000 (Fri, 08 Aug 2008)
New Revision: 1004
Modified:
udd/src/setup-db.sql
Log:
removed vcs* and x-vcs*, replace by 3 columns
Modified: udd/src/setup-db.sql
===================================================================
--- udd/src/setup-db.sql 2008-08-08 17:20:50 UTC (rev 1003)
+++ udd/src/setup-db.sql 2008-08-08 17:26:57 UTC (rev 1004)
@@ -19,10 +19,8 @@
uploaders text, bin text, architecture text, standards_version text,
homepage text, build_depends text, build_depends_indep text,
build_conflicts text, build_conflicts_indep text, priority text, section
- text, distribution text, release text, component text, vcs_arch text,
- vcs_browser text, vcs_bzr text, vcs_cvs text, vcs_darcs text, vcs_git text,
- vcs_hg text, vcs_svn text, x_vcs_browser text, x_vcs_bzr text, x_vcs_darcs
- text, x_vcs_svn text,
+ text, distribution text, release text, component text, vcs_type text,
+ vcs_url text, vcs_browser text,
PRIMARY KEY (package, version, distribution, release, component));
CREATE TABLE ubuntu_sources
@@ -30,10 +28,8 @@
uploaders text, bin text, architecture text, standards_version text,
homepage text, build_depends text, build_depends_indep text,
build_conflicts text, build_conflicts_indep text, priority text, section
- text, distribution text, release text, component text, vcs_arch text,
- vcs_browser text, vcs_bzr text, vcs_cvs text, vcs_darcs text, vcs_git text,
- vcs_hg text, vcs_svn text, x_vcs_browser text, x_vcs_bzr text, x_vcs_darcs
- text, x_vcs_svn text,
+ text, distribution text, release text, component text, vcs_type text,
+ vcs_url text, vcs_browser text,
PRIMARY KEY (package, version, distribution, release, component));
CREATE TABLE migrations
More information about the Collab-qa-commits
mailing list