Фикс дампа git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@105 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
torrent.rus.ec@gmail.com 2011-07-14 13:45:58 +00:00
parent da039311f8
commit bd2d7a17be
2 changed files with 2 additions and 2 deletions

View file

@ -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 '',