]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
The detected language now moved to "item-content" as well
[friendica.git] / database.sql
index 1a08a5ba980f6cfe7af8adfb67fbc7b0c15ca120..c452832acde34792a684fefd7a86be2b3fbe67f8 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 2018.08-dev (The Tazmans Flax-lily)
--- DB_UPDATE_VERSION 1272
+-- DB_UPDATE_VERSION 1273
 -- ------------------------------------------
 
 
@@ -557,6 +557,7 @@ CREATE TABLE IF NOT EXISTS `item-content` (
        `body` mediumtext COMMENT 'item body content',
        `location` varchar(255) NOT NULL DEFAULT '' COMMENT 'text location where this item originated',
        `coord` varchar(255) NOT NULL DEFAULT '' COMMENT 'longitude/latitude pair representing location where this item originated',
+       `language` text COMMENT 'Language information about this post',
        `app` varchar(255) NOT NULL DEFAULT '' COMMENT 'application which generated this item',
        `rendered-hash` varchar(32) NOT NULL DEFAULT '' COMMENT '',
        `rendered-html` mediumtext COMMENT 'item.body converted to html',