diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-14 15:18:27 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-14 15:20:28 +0100 |
| commit | ebe882a4997f74a741f4e1b730a4dc942cad36ea (patch) | |
| tree | 5943cec266baa090b81452662196e9353ec5b639 | |
| parent | a2b36100cc7e88e49f370d8649cc394e6da51e0c (diff) | |
| download | mihi-ebe882a4997f74a741f4e1b730a4dc942cad36ea.tar.gz mihi-ebe882a4997f74a741f4e1b730a4dc942cad36ea.zip | |
Drop the languages and language_cases tables
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à <mssola@mssola.com>
| -rw-r--r-- | lib/mihi/src/migrate.rs | 2 | ||||
| -rw-r--r-- | testdata/test.sqlite3 | bin | 2916352 -> 2916352 bytes |
2 files changed, 0 insertions, 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 Binary files differindex b712581..96132a1 100644 --- a/testdata/test.sqlite3 +++ b/testdata/test.sqlite3 |
