mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
r84
Удаление поля user_dateformat из таблицы bb_users git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@84 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
2bd53c48d4
commit
134ecc1323
2 changed files with 4 additions and 5 deletions
|
@ -1370,7 +1370,6 @@ CREATE TABLE IF NOT EXISTS `bb_users` (
|
|||
`user_posts` mediumint(8) unsigned NOT NULL default '0',
|
||||
`user_timezone` decimal(5,2) NOT NULL default '0.00',
|
||||
`user_lang` varchar(255) NOT NULL default '',
|
||||
`user_dateformat` varchar(14) NOT NULL default '',
|
||||
`user_new_privmsg` smallint(5) unsigned NOT NULL default '0',
|
||||
`user_unread_privmsg` smallint(5) unsigned NOT NULL default '0',
|
||||
`user_last_privmsg` int(11) NOT NULL default '0',
|
||||
|
@ -1400,9 +1399,9 @@ CREATE TABLE IF NOT EXISTS `bb_users` (
|
|||
-- Дамп данных таблицы `bb_users`
|
||||
--
|
||||
|
||||
INSERT INTO `bb_users` VALUES (-1, 0, 'Anonymous', 'd41d8cd98f00b204e9800998ecf8427e', 0, 0, '0', 1309421220, '0', 0, 5, '0.00', '', '', 0, 0, 0, 220, 0, '', 0, '', '', '', '', '', '', '', '', '', 0, '', 0);
|
||||
INSERT INTO `bb_users` VALUES (2, 1, 'admin', 'c3284d0f94606de1fd2af172aba15bf3', 0, 0, '0', 1309421220, '0', 1, 1, '+4.00', '', '', 0, 0, 0, 306, 1, '', 1, 'admin@admin.com', '', '', '', '', '', '', '', '', 0, '', 0);
|
||||
INSERT INTO `bb_users` VALUES (-746, 0, 'bot', 'd41d8cd98f00b204e9800998ecf8427e', 0, 0, '0', 1309421220, '0', 0, 0, '0.00', '', '', 0, 0, 0, 148, 0, 'bot.gif', 1, 'bot@bot.bot', '', '', '', '', '', '', '', '', 0, '', 0);
|
||||
INSERT INTO `bb_users` VALUES (-1, 0, 'Anonymous', 'd41d8cd98f00b204e9800998ecf8427e', 0, 0, '0', 1309421220, '0', 0, 5, '0.00', '', 0, 0, 0, 220, 0, '', 0, '', '', '', '', '', '', '', '', '', 0, '', 0);
|
||||
INSERT INTO `bb_users` VALUES (2, 1, 'admin', 'c3284d0f94606de1fd2af172aba15bf3', 0, 0, '0', 1309421220, '0', 1, 1, '+4.00', '', 0, 0, 0, 306, 1, '', 1, 'admin@admin.com', '', '', '', '', '', '', '', '', 0, '', 0);
|
||||
INSERT INTO `bb_users` VALUES (-746, 0, 'bot', 'd41d8cd98f00b204e9800998ecf8427e', 0, 0, '0', 1309421220, '0', 0, 0, '0.00', '', 0, 0, 0, 148, 0, 'bot.gif', 1, 'bot@bot.bot', '', '', '', '', '', '', '', '', 0, '', 0);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.0.2';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r83';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r84';
|
||||
$bb_cfg['tp_release_date'] = '05-07-2011';
|
||||
|
||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue