mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-14 00:53:19 -07:00
r105
Фикс дампа git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@105 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
da039311f8
commit
bd2d7a17be
2 changed files with 2 additions and 2 deletions
|
@ -1378,7 +1378,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 '999999',
|
||||
`user_birthday` int(11) NOT NULL default '0',
|
||||
`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