1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-20 17:58:24 +03:00
This commit is contained in:
Mzhelskiy Maxim 2010-03-06 09:50:30 +00:00
parent 699b276c53
commit 986b9acbbd

View file

@ -130,10 +130,6 @@ ALTER TABLE `prefix_user` CHANGE `user_profile_avatar` `user_profile_avatar`
ALTER TABLE `prefix_blog` CHANGE `blog_avatar` `blog_avatar` VARCHAR( 250 );
ALTER TABLE `prefix_user` ADD `user_date_topic_last` DATETIME AFTER `user_date_comment_last` ;
ALTER TABLE `prefix_user` DROP `user_date_topic_last`;
ALTER TABLE `prefix_comment` ADD `target_parent_id` INT DEFAULT '0' NOT NULL AFTER `target_type` ;
ALTER TABLE `prefix_comment_online` ADD `target_parent_id` INT DEFAULT '0' NOT NULL AFTER `target_type` ;