From 3a8bfa95a5df04d97f05545d5bb8df5f3c3f96a3 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 26 Sep 2018 21:40:44 -0400 Subject: Removed unnecessary ROWIDs from database schema The generator also now sorts and uniq's the WordNet files for antonymy, classification, and pertainymy/mannernymy, because those files contained duplicate rows, and the join tables without ROWIDs now enforce a uniqueness constraint. This constitutes a minor database update -- the new database is compatible with d1.0, but is ~12MB smaller. refs #6 --- lib/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/version.h b/lib/version.h index 41ab79e..0404f5f 100644 --- a/lib/version.h +++ b/lib/version.h @@ -4,7 +4,7 @@ namespace verbly { const int DATABASE_MAJOR_VERSION = 1; - const int DATABASE_MINOR_VERSION = 0; + const int DATABASE_MINOR_VERSION = 1; }; -- cgit 1.4.1