blob: 757e31b73b9f22efde85d7edc61dc60e643f4453 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
drop table if exists definition_tag;
drop table if exists term_tag;
drop table if exists definition;
drop table if exists tag_label;
drop table if exists term;
drop table if exists deinflection;
drop table if exists deinflection_rules;
drop table if exists dict;
drop table if exists tag;
|