X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=ab597825cd2ca653a228da81700258935c1ca705;hb=deee750dc4fb5f4e4328b5c3a392c9e9370ca5b3;hp=8babeb4d4f532c4bf31860a4a6345cc3077d5ac1;hpb=6b47e1b7e337df736306e9b9f88548d467b15b1f;p=friendica.git diff --git a/database.sql b/database.sql index 8babeb4d4f..ab597825cd 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ --- Friendica 3.4.0 (Ginger) --- DB_UPDATE_VERSION 1182 +-- Friendica 3.4.0 (Lily of the valley) +-- DB_UPDATE_VERSION 1183 -- ------------------------------------------ @@ -140,6 +140,7 @@ CREATE TABLE IF NOT EXISTS `contact` ( `uri-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `avatar-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `term-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `last-item` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `priority` tinyint(3) NOT NULL DEFAULT 0, `blocked` tinyint(1) NOT NULL DEFAULT 1, `readonly` tinyint(1) NOT NULL DEFAULT 0,