Removing some extraneous fields
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Jan 2006 08:16:15 +0000 (08:16 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Jan 2006 08:16:15 +0000 (08:16 +0000)
index.php

index 4808d612cbd449339ff9571378a80f5597d0cf2d..95e507a04ac5966d6d343ec34fe7f1a13082e058 100644 (file)
--- a/index.php
+++ b/index.php
@@ -47,10 +47,7 @@ foreach ($viewsvn->repos->fetch_list() AS $repos)
                $db->query("
                        CREATE TABLE $hash
                        (
-                               path MEDIUMTEXT NOT NULL DEFAULT '',
-                               uuid VARCHAR(40) NOT NULL DEFAULT '',
                                revision INT(20) NOT NULL DEFAULT 0,
-                               node VARCHAR(50) NOT NULL DEFAULT '',
                                author VARCHAR(255) NOT NULL DEFAULT '',
                                dateline VARCHAR(100) NOT NULL DEFAULT '',
                                files MEDIUMTEXT NOT NULL DEFAULT '',