]> andersk Git - moira.git/blame - db/unschema.sql
schema and indexes for new printers table
[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 ;
0fead213 21drop table printers ;
c6161d79 22drop table capacls ;
23drop table alias ;
24drop table numvalues ;
25drop table tblstats ;
26drop table incremental;
This page took 0.148148 seconds and 5 git commands to generate.