]> andersk Git - moira.git/blob - db/dbopt
change members to imembers
[moira.git] / db / dbopt
1 modify users to cbtree unique on users_id
2 index on users is i_usr_login (login)
3 modify i_usr_login to btree
4 index on users is i_usr_name (first, last)
5 modify i_usr_name to cbtree on first, last
6 index on users is i_usr_last (last, first)
7 modify i_usr_last to cbtree on last, first
8 index on users is i_usr_uid (uid)
9 modify i_usr_uid to btree
10 index on users is i_usr_pop (pop_id)
11 modify i_usr_pop to btree
12
13 modify krbmap to btree unique on users_id
14 index on krbmap is i_krb_str (string_id)
15 modify i_krb_str to btree
16
17 modify machine to cbtree unique on mach_id
18 index on machine is i_mac_name (name)
19 modify i_mac_name to btree
20
21 modify cluster to cbtree unique on clu_id
22 index on cluster is i_clu_name (name)
23 modify i_clu_name to btree
24
25 modify mcmap to cbtree on clu_id
26 index on mcmap is i_mcm_mach (mach_id)
27 modify i_mcm_mach to cbtree
28
29 modify svc to cbtree on clu_id
30
31 modify servers to btree on name
32
33 modify serverhosts to btree on service
34 index on serverhosts is i_sho_mach (mach_id)
35 modify i_sho_mach to cbtree
36
37 modify list to cbtree unique on list_id
38 index on list is i_lis_name (name)
39 modify i_lis_name to btree
40 index on list is i_lis_mail (maillist)
41 index on list is i_lis_group (group)
42 index on list is i_lis_gid (gid)
43 modify i_lis_gid to btree
44
45 modify imembers to cbtree on member_id, member_type
46 index on imembers is i_imem_list (list_id)
47 modify i_imem_list to hash
48
49 modify strings to cbtree unique on string_id
50 index on strings is i_str_name (string)
51 modify i_str_name to hash
52
53 modify nfsphys to cbtree unique on nfsphys_id
54 index on nfsphys is i_nfs_mach (mach_id)
55 modify i_nfs_mach to btree
56
57 modify filesys to cbtree unique on filsys_id
58 index on filesys is i_fil_name (label)
59 modify i_fil_name to cbtree
60 index on filesys is i_fil_mach (mach_id)
61 modify i_fil_mach to btree
62 index on filesys is i_fil_phys (phys_id)
63 modify i_fil_phys to cbtree
64 index on filesys is i_fil_grp (owners)
65 modify i_fil_grp to btree
66 index on filesys is i_fil_user (owner)
67 modify i_fil_user to btree
68
69 modify fsgroup to cbtree on group_id
70 index on fsgroup is i_fsg_filsys (filsys_id)
71 modify i_fsg_filsys to btree
72
73 modify nfsquota to cbtree on users_id
74 index on nfsquota is i_nfq_fil (filsys_id)
75 modify i_nfq_fil to cbtree
76 index on nfsquota is i_nfq_phys (phys_id)
77 modify i_nfq_phys to cbtree
78
79 modify zephyr to cbtree unique on class
80
81 modify hostaccess to cbtree unique on mach_id
82
83 modify printcap to cbtree on name
84 index on printcap is i_pcp_mach (mach_id)
85 modify i_pcp_mach to btree
86
87 modify palladium to cbtree on name
88
89 modify capacls to cbtree on tag
This page took 1.361183 seconds and 5 git commands to generate.