mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 05:13:54 -07:00
r496
Те, кто ставил ранее 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:
parent
64c11c7676
commit
0ddef30d06
15 changed files with 64 additions and 124 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` 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 '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue