Release 2.2.0.

This commit is contained in:
Yuriy Pikhtarev 2017-06-12 20:51:05 +03:00
commit 1575b6eae0
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
9 changed files with 309 additions and 7 deletions

View file

@ -912,7 +912,7 @@ CREATE TABLE IF NOT EXISTS `bb_posts` (
-- Records of bb_posts
-- ----------------------------
INSERT INTO `bb_posts`
VALUES ('1', '1', '1', '2', UNIX_TIMESTAMP(), '', '0', '0', '', '0', '0', '0', '1', '', '0', '0');
VALUES ('1', '1', '1', '2', UNIX_TIMESTAMP(), '0', '0', '0', '', '0', '0', '0', '1', '', '0', '0');
-- ----------------------------
-- Table structure for `bb_posts_html`