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 -- testdata/test.sqlite3 | Bin 2916352 -> 2916352 bytes 2 files changed, 2 deletions(-) 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. diff --git a/testdata/test.sqlite3 b/testdata/test.sqlite3 index b712581..96132a1 100644 Binary files a/testdata/test.sqlite3 and b/testdata/test.sqlite3 differ -- cgit v1.2.3