]> andersk Git - moira.git/blobdiff - db/unschema.sql
Remove usersids and listsids tables.
[moira.git] / db / unschema.sql
index 0744a8ce728376eb31054b3c517667c095d2aa26..5f3c71e4391e04eff7558a4947ef25fa9b6bd4c9 100644 (file)
@@ -7,20 +7,25 @@ drop table clusters;
 drop table mcmap;
 drop table svc;
 drop table list;
-drop table imembers ;
-drop table servers ;
-drop table serverhosts ;
-drop table filesys ;
+drop table imembers;
+drop table servers;
+drop table serverhosts;
+drop table filesys;
 drop table fsgroup;
-drop table nfsphys ;
-drop table quota ;
-drop table zephyr ;
-drop table hostaccess ;
-drop table strings ;
-drop table services ;
-drop table printers ;
-drop table capacls ;
-drop table alias ;
-drop table numvalues ;
-drop table tblstats ;
+drop table nfsphys;
+drop table quota;
+drop table zephyr;
+drop table hostaccess;
+drop table acl;
+drop table strings;
+drop table services;
+drop table printers;
+drop table printservers;
+drop table capacls;
+drop table alias;
+drop table numvalues;
+drop table tblstats;
 drop table incremental;
+drop table containers;
+drop table mcntmap;
+drop table accountnumbers;
This page took 0.041003 seconds and 4 git commands to generate.