]> andersk Git - moira.git/commitdiff
create unique index on strings to prevent duplicates.
authorzacheiss <zacheiss>
Mon, 6 Mar 2000 21:30:48 +0000 (21:30 +0000)
committerzacheiss <zacheiss>
Mon, 6 Mar 2000 21:30:48 +0000 (21:30 +0000)
db/dbopt.sql

index 3d569fc163735931519f0576565805a60fceb832..7555b3ef42592cd67420a02c8882327e35e3cd9d 100644 (file)
@@ -48,7 +48,7 @@ create index i_imem_mid on imembers (member_id, member_type);
 create index i_imem_list on  imembers (list_id);
 
 create unique index i_str_sid on strings  (string_id);
-create index i_str_name on  strings (string);
+create unique index i_str_name on  strings (string);
 
 create unique index i_nfs_nid on nfsphys  (nfsphys_id);
 create index i_nfs_mach on  nfsphys (mach_id);
This page took 0.098717 seconds and 5 git commands to generate.