]> andersk Git - moira.git/blame - db/dbopt
fix unresolved reference to access_snt() by creating
[moira.git] / db / dbopt
CommitLineData
644e96a1 1modify users to cbtree unique on users_id;\g
2create index i_usr_login on users (login);\g
3modify i_usr_login to btree;\g
4create index i_usr_name on users (first, last);\g
5modify i_usr_name to cbtree on first, last;\g
6create index i_usr_last on users (last, first);\g
7modify i_usr_last to cbtree on last, first;\g
8create index i_usr_uid on users (uid);\g
9modify i_usr_uid to btree;\g
10create index i_usr_pop on users (pop_id);\g
11;\g
12modify krbmap to btree unique on users_id;\g
13create index i_krb_str on krbmap (string_id);\g
14modify i_krb_str to btree;\g
15;\g
16modify machine to cbtree unique on mach_id;\g
17create index i_mac_name on machine (name);\g
18modify i_mac_name to btree;\g
29f84283 19create index i_mac_addr on machine (address);\g
20modify i_mac_addr to btree;\g
21create index i_mac_loc on machine (location);\g
22modify i_mac_loc to btree;\g
644e96a1 23;\g
230c2fd2 24modify hostalias to cbtree unique on name;\g
25create index i_hal_id on hostalias (mach_id);\g
1ea5a498 26modify i_hal_id to btree;\g
230c2fd2 27;\g
28modify subnet to btree unique on snet_id;\g
29create index i_snt_name on subnet (name);\g
92f92c3a 30create index i_snt_saddr on subnet(saddr);\g
230c2fd2 31;\g
644e96a1 32modify cluster to cbtree unique on clu_id;\g
33create index i_clu_name on cluster (name);\g
34modify i_clu_name to btree;\g
35;\g
36modify mcmap to cbtree on clu_id;\g
37create index i_mcm_mach on mcmap (mach_id);\g
38modify i_mcm_mach to cbtree;\g
39;\g
40modify svc to cbtree on clu_id;\g
41;\g
42modify servers to btree on name;\g
43;\g
44modify serverhosts to btree on service;\g
45create index i_sho_mach on serverhosts (mach_id);\g
46modify i_sho_mach to cbtree;\g
47;\g
48modify list to cbtree unique on list_id;\g
49create index i_lis_name on list (name);\g
50modify i_lis_name to cbtree;\g
51create index i_lis_mail on list (maillist);\g
52create index i_lis_group on list (grouplist);\g
53create index i_lis_gid on list (gid);\g
54modify i_lis_gid to btree;\g
55;\g
56modify imembers to cbtree on member_id, member_type;\g
57create index i_imem_list on imembers (list_id);\g
58modify i_imem_list to hash;\g
59;\g
60modify strings to cbtree unique on string_id;\g
61create index i_str_name on strings (string);\g
62modify i_str_name to hash;\g
63;\g
64modify nfsphys to cbtree unique on nfsphys_id;\g
65create index i_nfs_mach on nfsphys (mach_id);\g
66modify i_nfs_mach to btree;\g
67;\g
68modify filesys to cbtree unique on filsys_id;\g
69create index i_fil_name on filesys (label);\g
70modify i_fil_name to cbtree;\g
71create index i_fil_mach on filesys (mach_id);\g
72modify i_fil_mach to btree;\g
73create index i_fil_phys on filesys (phys_id);\g
74modify i_fil_phys to cbtree;\g
75create index i_fil_grp on filesys (owners);\g
76modify i_fil_grp to btree;\g
77create index i_fil_user on filesys (owner);\g
78modify i_fil_user to btree;\g
79;\g
80modify fsgroup to cbtree on group_id;\g
81create index i_fsg_filsys on fsgroup (filsys_id);\g
82modify i_fsg_filsys to btree;\g
83;\g
84modify quota to cbtree on entity_id;\g
85create index i_qot_fil on quota (filsys_id);\g
86modify i_qot_fil to cbtree;\g
87create index i_qot_phys on quota (phys_id);\g
88modify i_qot_phys to cbtree;\g
89;\g
90modify zephyr to cbtree unique on class;\g
91;\g
92modify hostaccess to cbtree unique on mach_id;\g
93;\g
94modify printcap to cbtree on name;\g
95create index i_pcp_mach on printcap (mach_id);\g
96modify i_pcp_mach to btree;\g
97;\g
98modify palladium to cbtree on name;\g
99;\g
100modify capacls to cbtree on tag;\g
This page took 0.07281 seconds and 5 git commands to generate.