From ebe882a4997f74a741f4e1b730a4dc942cad36ea Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 14 Jan 2026 15:18:27 +0100 Subject: Drop the languages and language_cases tables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They were never used, and now they have also been wiped out from the test database just in case. Signed-off-by: Miquel Sabaté Solà --- lib/mihi/src/migrate.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/mihi/src/migrate.rs b/lib/mihi/src/migrate.rs index 58a1681..a561b9c 100644 --- a/lib/mihi/src/migrate.rs +++ b/lib/mihi/src/migrate.rs @@ -4,8 +4,6 @@ use rusqlite::{Connection, Result}; // - conjugations // - declensions // - forms -// - languages -// - language_cases // - word_relations /// Use the given `connection` in order to initialize the database. -- cgit v1.2.3