]> andersk Git - moira.git/blob - db/unschema.sql
use VARCHAR not CHAR
[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 printcap ;
22 drop table palladium;
23 drop table capacls ;
24 drop table alias ;
25 drop table numvalues ;
26 drop table tblstats ;
27 drop table incremental;
This page took 0.389176 seconds and 5 git commands to generate.