OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 03-Aug-2006 00:40:58
Branch: HEAD Handle: 2006080223405700
Modified files:
openpkg-registry registry-db.pl
Log:
keep incomplete relations at the beginning, otherwise upgrade
procedures break on fresh installs
Summary:
Revision Changes Path
1.38 +0 -6 openpkg-registry/registry-db.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-db.pl
============================================================================
$ cvs diff -u -r1.37 -r1.38 registry-db.pl
--- openpkg-registry/registry-db.pl 2 Aug 2006 22:31:22 -0000 1.37
+++ openpkg-registry/registry-db.pl 2 Aug 2006 22:40:57 -0000 1.38
@@ -221,9 +221,6 @@
print "[schema.2]\nrv=".$rv." message=".$dbh->errstr."\n\n"; die if
(not defined $rv);
$sql = &schemasession3();
$rv = $dbh->do($sql);
- print "[schema.3]\nrv=".$rv." message=".$dbh->errstr."\n\n"; die if
(not defined $rv);
- $sql = "INSERT INTO config VALUES ( 'version', '".$progvers."' );";
- $rv = $dbh->do($sql);
print "[schema.v]\nrv=".$rv." message=".$dbh->errstr."\n\n"; die if
(not defined $rv);
return 1;
}
@@ -551,9 +548,6 @@
CHECK(username ~ '[EMAIL PROTECTED]'),
-- OSSP ase user
-- [EMAIL PROTECTED]
- fullname TEXT,
- -- OSSP ase name
- -- [John Doe]
heartbeat TIMESTAMP (0) WITHOUT TIME ZONE
NOT NULL
DEFAULT CURRENT_TIMESTAMP,
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]