From 33e5ed803d8165c265b1ce435716700db3b576d4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 4 Apr 2018 23:31:27 +0300 Subject: fix empty reply with attachment --- juick-common/src/main/resources/juick.sql | 2 -- 1 file changed, 2 deletions(-) (limited to 'juick-common') diff --git a/juick-common/src/main/resources/juick.sql b/juick-common/src/main/resources/juick.sql index 518c89ab..123c0d27 100644 --- a/juick-common/src/main/resources/juick.sql +++ b/juick-common/src/main/resources/juick.sql @@ -593,8 +593,6 @@ DROP TABLE IF EXISTS `subscr_tags`; CREATE TABLE `subscr_tags` ( `tag_id` int(10) unsigned NOT NULL, `suser_id` int(10) unsigned NOT NULL, - `jid` char(64) NOT NULL, - `active` bit(1) NOT NULL DEFAULT b'1', UNIQUE KEY `tag_id` (`tag_id`,`suser_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- cgit v1.2.3