1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 07:01:28 +00:00

add text_languagedetect to guess article language for better hyphenation

(bump schema)
This commit is contained in:
Andrew Dolgov
2013-07-31 10:30:14 +04:00
parent f035e6dc82
commit 6b4617970f
13 changed files with 2498 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
begin;
alter table ttrss_entries add column lang varchar(2);
update ttrss_version set schema_version = 122;
commit;