aboutsummaryrefslogtreecommitdiffstats
path: root/python_moondb/bin/drop_tables.sql
blob: f5f65ea70659cbdffd22eead7cc8e124045a064a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
use moon;
drop table action_assignments;
drop table object_assignments;
drop table subject_assignments;
drop table subject_scopes;
drop table action_scopes;
drop table object_scopes;
drop table action_categories;
drop table subject_categories;
drop table object_categories;
drop table rules;
drop table sub_meta_rules;
drop table actions;
drop table objects;
drop table subjects;
drop table tenants;
drop table intra_extensions;
show tables;