mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
r495
Ревизия для бета-тестеров. Её нельзя ставить еще на боевой трекер, дождитесь следующей с исправлением возможных багов. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@495 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
d8040dc051
commit
64c11c7676
14 changed files with 142 additions and 106 deletions
|
@ -1443,7 +1443,7 @@ CREATE TABLE IF NOT EXISTS `bb_users` (
|
|||
`user_avatar` varchar(100) NOT NULL DEFAULT '',
|
||||
`user_avatar_type` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`user_gender` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`user_birthday` int(11) NOT NULL DEFAULT '0',
|
||||
`user_birthday` date DEFAULT NULL,
|
||||
`user_next_birthday_greeting` int(11) NOT NULL DEFAULT '0',
|
||||
`user_email` varchar(255) NOT NULL DEFAULT '',
|
||||
`user_skype` varchar(32) NOT NULL DEFAULT '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue