Те, кто ставил ранее R495 выполните запрос к БД: ALTER TABLE `bb_users` CHANGE `user_birthday` `user_birthday` date NOT NULL DEFAULT '0000-00-00' Кто только начал обновляться есть инструкция со скриптом: http://torrentpier.me/threads/r495-Инструкция-по-изменению-даты-ДР-в-движке.2231/ git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@496 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
gemini_13@torba.su 2013-03-11 00:50:40 +00:00
commit 0ddef30d06
15 changed files with 64 additions and 124 deletions

View file

@ -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` date DEFAULT NULL,
`user_birthday` date NOT NULL DEFAULT '0000-00-00',
`user_next_birthday_greeting` int(11) NOT NULL DEFAULT '0',
`user_email` varchar(255) NOT NULL DEFAULT '',
`user_skype` varchar(32) NOT NULL DEFAULT '',