1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 01:08:19 +03:00

fix photoset

This commit is contained in:
Mzhelskiy Maxim 2011-08-23 14:31:29 +00:00
parent 635a9320ac
commit 22ec2517d3

View file

@ -56,4 +56,6 @@ ALTER TABLE `prefix_topic` CHANGE topic_type topic_type ENUM('topic','link','que
ALTER TABLE `prefix_stream_event` CHANGE event_type event_type varchar(100) not null;
ALTER TABLE `prefix_stream_event` CHANGE `initiator` `user_id` INT( 11 ) NOT NULL;
ALTER TABLE `prefix_stream_event` CHANGE `initiator` `user_id` INT( 11 ) NOT NULL;
ALTER TABLE `prefix_topic_photo` CHANGE `topic_id` `topic_id` INT( 11 ) DEFAULT NULL;