]> andersk Git - moira.git/blame - db/unschema.sql
Remove `delete_user_by_uid' since it's never been used in any logs we have,
[moira.git] / db / unschema.sql
CommitLineData
c6161d79 1drop table users;
2drop table krbmap;
3drop table machine;
4drop table hostalias;
5drop table subnet;
6drop table clusters;
7drop table mcmap;
8drop table svc;
9drop table list;
10drop table imembers ;
11drop table servers ;
12drop table serverhosts ;
13drop table filesys ;
14drop table fsgroup;
15drop table nfsphys ;
16drop table quota ;
17drop table zephyr ;
18drop table hostaccess ;
19drop table strings ;
20drop table services ;
21drop table printcap ;
22drop table palladium;
23drop table capacls ;
24drop table alias ;
25drop table numvalues ;
26drop table tblstats ;
27drop table incremental;
This page took 0.051077 seconds and 5 git commands to generate.