From fa27d96d8dc38df71f70bb946935ed21aee8bd06 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Thu, 5 Jan 2023 23:20:20 +0100 Subject: [PATCH] DB: Remove the ot language --- .../lektor_db/migrations/2022-09-30-204512_initial/up.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rust/liblektor-rs/lektor_db/migrations/2022-09-30-204512_initial/up.sql b/src/rust/liblektor-rs/lektor_db/migrations/2022-09-30-204512_initial/up.sql index dcd18261..2a5d7338 100644 --- a/src/rust/liblektor-rs/lektor_db/migrations/2022-09-30-204512_initial/up.sql +++ b/src/rust/liblektor-rs/lektor_db/migrations/2022-09-30-204512_initial/up.sql @@ -102,5 +102,4 @@ INSERT OR REPLACE INTO iso_639_1 (is_macro, is_iso, code, name_en) VALUES ( false, true, "zu", "Zulu" ), -- The things we added because they were not defined in the ISO 639-1 and -- because we need them to distinguish some karas. - ( true, false, "fx", "Fictional" ), - ( true, false, "ot", "Joker" ); + ( true, false, "fx", "Fictional" ); -- GitLab