]> andersk Git - moira.git/blob - db/unschema.sql
0744a8ce728376eb31054b3c517667c095d2aa26
[moira.git] / db / unschema.sql
1 drop table users;
2 drop table krbmap;
3 drop table machine;
4 drop table hostalias;
5 drop table subnet;
6 drop table clusters;
7 drop table mcmap;
8 drop table svc;
9 drop table list;
10 drop table imembers ;
11 drop table servers ;
12 drop table serverhosts ;
13 drop table filesys ;
14 drop table fsgroup;
15 drop table nfsphys ;
16 drop table quota ;
17 drop table zephyr ;
18 drop table hostaccess ;
19 drop table strings ;
20 drop table services ;
21 drop table printers ;
22 drop table capacls ;
23 drop table alias ;
24 drop table numvalues ;
25 drop table tblstats ;
26 drop table incremental;
This page took 0.022309 seconds and 3 git commands to generate.