]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Check array key existence in ActivityPub\Transmitter::createPermissionBlockForItem
[friendica.git] / database.sql
index 27a8f1ab973484373e931b90e79684d6d0659d8e..39e40c044a5286c726e2cad49c0439c4a6135fd6 100644 (file)
@@ -1,5 +1,5 @@
 -- ------------------------------------------
--- Friendica 2022.03 (Siberian Iris)
+-- Friendica 2022.05-dev (Siberian Iris)
 -- DB_UPDATE_VERSION 1452
 -- ------------------------------------------
 
@@ -882,7 +882,7 @@ CREATE TABLE IF NOT EXISTS `notify` (
        FOREIGN KEY (`uid`) REFERENCES `user` (`uid`) ON UPDATE RESTRICT ON DELETE CASCADE,
        FOREIGN KEY (`uri-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE,
        FOREIGN KEY (`parent-uri-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE
-) DEFAULT COLLATE utf8mb4_general_ci COMMENT='notifications';
+) DEFAULT COLLATE utf8mb4_general_ci COMMENT='[Deprecated] User notifications';
 
 --
 -- TABLE notify-threads