aboutsummaryrefslogtreecommitdiff
path: root/db/dict/init.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/dict/init.sql')
-rw-r--r--db/dict/init.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dict/init.sql b/db/dict/init.sql
index 4e9fcc9..3c6dc50 100644
--- a/db/dict/init.sql
+++ b/db/dict/init.sql
@@ -92,8 +92,8 @@ create index term_expression on term (expression);
create index term_reading on term (reading);
-- TODO: (automatically) remove unused terms from db (using constraints?)
-
-- allow many<->many relation between definition and tag
+-- TODO: remove this table!
create table if not exists definition_tag (
id integer primary key autoincrement,
definition_id int not null,