]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Conversation and Item now handles (dis)like as they should
[friendica.git] / database.sql
index 684491685ea8eaedd4258f9b8e81fcad1218e5b3..fa4f1bd58b15d92595e74a19e3766aed51dbf079 100644 (file)
@@ -456,6 +456,7 @@ CREATE TABLE IF NOT EXISTS `hook` (
   `hook` char(255) NOT NULL,
   `file` char(255) NOT NULL,
   `function` char(255) NOT NULL,
+  `priority` int(11) UNSIGNED NOT NULL DEFAULT '0',
   PRIMARY KEY (`id`)
 ) ENGINE=MyISAM  DEFAULT CHARSET=utf8;