]> andersk Git - moira.git/blobdiff - db/unschema.sql
Deal with tracking creation times for users.
[moira.git] / db / unschema.sql
index 9a51402ab16e6921d64282177e1f6e4e24d43eff..3a7bab58a417bc1b46a75d5cde8bae1fbc133b41 100644 (file)
@@ -16,6 +16,7 @@ drop table nfsphys;
 drop table quota;
 drop table zephyr;
 drop table hostaccess;
+drop table acl;
 drop table strings;
 drop table services;
 drop table printers;
@@ -25,3 +26,8 @@ drop table alias;
 drop table numvalues;
 drop table tblstats;
 drop table incremental;
+drop table usersids;
+drop table listsids;
+drop table containers;
+drop table mcntmap;
+drop table accountnumbers;
This page took 0.029974 seconds and 4 git commands to generate.