mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 05:13:54 -07:00
r112
Маленькие косяки найденные при тестировании. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@112 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
126dd283ac
commit
36692ad209
3 changed files with 3 additions and 3 deletions
|
@ -1369,7 +1369,7 @@ CREATE TABLE IF NOT EXISTS `bb_users` (
|
|||
`user_level` tinyint(4) NOT NULL default '0',
|
||||
`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_lang` varchar(255) NOT NULL default 'russian',
|
||||
`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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue