Index: /trunk/Nebulous-Server/docs/database_setup.txt
===================================================================
--- /trunk/Nebulous-Server/docs/database_setup.txt	(revision 3014)
+++ /trunk/Nebulous-Server/docs/database_setup.txt	(revision 3015)
@@ -1,5 +1,5 @@
 # Copyright (C) 2004  Joshua Hoblitt
 #
-# $Id: database_setup.txt,v 1.1.1.1 2004-12-22 02:16:23 jhoblitt Exp $
+# $Id: database_setup.txt,v 1.2 2005-01-15 03:29:58 jhoblitt Exp $
 
 ### Database Setup
@@ -38,5 +38,5 @@
     ins_id BIGINT NOT NULL AUTO_INCREMENT,
     so_id BIGINT NOT NULL,
-    uri VARCHAR(255) BINARY NOT NULL UNIQUE,
+    uri VARCHAR(255) BINARY NOT NULL,
     sha1sum CHAR(40),
     assigned_location BOOL,
Index: /trunk/Nebulous/docs/database_setup.txt
===================================================================
--- /trunk/Nebulous/docs/database_setup.txt	(revision 3014)
+++ /trunk/Nebulous/docs/database_setup.txt	(revision 3015)
@@ -1,5 +1,5 @@
 # Copyright (C) 2004  Joshua Hoblitt
 #
-# $Id: database_setup.txt,v 1.1.1.1 2004-12-22 02:16:23 jhoblitt Exp $
+# $Id: database_setup.txt,v 1.2 2005-01-15 03:29:58 jhoblitt Exp $
 
 ### Database Setup
@@ -38,5 +38,5 @@
     ins_id BIGINT NOT NULL AUTO_INCREMENT,
     so_id BIGINT NOT NULL,
-    uri VARCHAR(255) BINARY NOT NULL UNIQUE,
+    uri VARCHAR(255) BINARY NOT NULL,
     sha1sum CHAR(40),
     assigned_location BOOL,
