10 lines
220 B
SQL
10 lines
220 B
SQL
-- drop views and tables in the correct order, avoiding constraint violations
|
|
|
|
drop view vtriples;
|
|
|
|
drop table texts;
|
|
drop table triples;
|
|
drop table events;
|
|
drop table nodes;
|
|
drop table datatypes;
|
|
drop table namespaces;
|