8 lines
189 B
SQL
8 lines
189 B
SQL
-- drop tables in the correct order, avoiding constraint violations
|
|
|
|
drop table texts;
|
|
drop table triples;
|
|
drop table events;
|
|
drop table nodes;
|
|
drop table datatypes;
|
|
drop table namespaces;
|