aboutsummaryrefslogtreecommitdiff
path: root/juick-common
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-04-04 23:31:27 +0300
committerGravatar Vitaly Takmazov2018-04-04 23:31:27 +0300
commit33e5ed803d8165c265b1ce435716700db3b576d4 (patch)
treed0d348d0d07126e9a353b526bfe3cb6d9b63e72b /juick-common
parent26e8eb9f0f965bb51733b4a25734f0ebe658b9ed (diff)
fix empty reply with attachment
Diffstat (limited to 'juick-common')
-rw-r--r--juick-common/src/main/resources/juick.sql2
1 files changed, 0 insertions, 2 deletions
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 */;