X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=39e40c044a5286c726e2cad49c0439c4a6135fd6;hb=0aa229489f9e3fe275702bdf1bca4f987186caa3;hp=a36adad01588cfe0f7dec8eb30f43d7ec3208e68;hpb=79bc8638310f37b6b008e3d56b00aa38832cc7f6;p=friendica.git diff --git a/database.sql b/database.sql index a36adad015..39e40c044a 100644 --- a/database.sql +++ b/database.sql @@ -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