X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=d93c979f05c5ef0c4ec27b55802d49c2f9f22663;hb=02bca72de35949666026f30c8dc7418fe696393d;hp=3e9fba679a48c4114ed83c3443123365ca5a4ddb;hpb=8b3a9fc58a969a3d9202f6858d5228f3a28be1ef;p=friendica.git diff --git a/database.sql b/database.sql index 3e9fba679a..d93c979f05 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ -- Friendica 2023.03-dev (Giant Rhubarb) --- DB_UPDATE_VERSION 1502 +-- DB_UPDATE_VERSION 1503 -- ------------------------------------------ @@ -1439,7 +1439,7 @@ CREATE TABLE IF NOT EXISTS `post-user` ( `event-id` int unsigned COMMENT 'Used to link to the event.id', `unseen` boolean NOT NULL DEFAULT '1' COMMENT 'post has not been seen', `hidden` boolean NOT NULL DEFAULT '0' COMMENT 'Marker to hide the post from the user', - `notification-type` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '', + `notification-type` smallint unsigned NOT NULL DEFAULT 0 COMMENT '', `wall` boolean NOT NULL DEFAULT '0' COMMENT 'This item was posted to the wall of uid', `origin` boolean NOT NULL DEFAULT '0' COMMENT 'item originated at this site', `psid` int unsigned COMMENT 'ID of the permission set of this post',