mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
Minor improvements (#707)
This commit is contained in:
parent
b93f841e24
commit
214e862e91
2 changed files with 10 additions and 1 deletions
|
@ -673,6 +673,11 @@ CREATE TABLE IF NOT EXISTS `bb_disallow`
|
|||
-- ----------------------------
|
||||
-- Records of bb_disallow
|
||||
-- ----------------------------
|
||||
INSERT INTO `bb_disallow` (`disallow_id`, `disallow_username`)
|
||||
VALUES ('1', 'torrentpier*'),
|
||||
('2', 'tracker*'),
|
||||
('3', 'forum*'),
|
||||
('4', 'torrent*');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `bb_extensions`
|
||||
|
@ -1263,7 +1268,8 @@ CREATE TABLE IF NOT EXISTS `bb_topics`
|
|||
-- Records of bb_topics
|
||||
-- ----------------------------
|
||||
INSERT INTO `bb_topics`
|
||||
VALUES ('1', '1', 'Добро пожаловать в TorrentPier Cattle', '2', UNIX_TIMESTAMP(), '0', '0', '0', '0', '0', '1', '1', '0',
|
||||
VALUES ('1', '1', 'Добро пожаловать в TorrentPier Cattle', '2', UNIX_TIMESTAMP(), '0', '0', '0', '0', '0', '1', '1',
|
||||
'0',
|
||||
'0',
|
||||
'0', UNIX_TIMESTAMP(), '0');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue