]> andersk Git - moira.git/blob - db/unschema.sql
If we have a tmp file that's not zero-length, we need to move it into place.
[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 acl;
20 drop table strings;
21 drop table services;
22 drop table printers;
23 drop table printservers;
24 drop table capacls;
25 drop table alias;
26 drop table numvalues;
27 drop table tblstats;
28 drop table incremental;
29 drop table containers;
30 drop table mcntmap;
31 drop table accountnumbers;
This page took 0.05769 seconds and 5 git commands to generate.