]> andersk Git - moira.git/commitdiff
typo in table name
authormar <mar>
Fri, 4 Aug 1989 14:25:55 +0000 (14:25 +0000)
committermar <mar>
Fri, 4 Aug 1989 14:25:55 +0000 (14:25 +0000)
db/dbopt

index 5dcdc9bbd3e23c320f9a39cea75bc29d758a91cc..1ccda396fb7e024e33e8621c067671cc3e03662c 100644 (file)
--- a/db/dbopt
+++ b/db/dbopt
@@ -4,7 +4,7 @@ modify i_usr_login to btree
 index on users is i_usr_name (first, last)
 modify i_usr_name to cbtree on first, last
 index on users is i_usr_last (last, first)
-modify i_usr_name to cbtree on last, first
+modify i_usr_last to cbtree on last, first
 index on users is i_usr_uid (uid)
 modify i_usr_uid to btree
 index on users is i_usr_pop (pop_id)
This page took 0.047352 seconds and 5 git commands to generate.