1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/install/convert_0.5_to_0.5.1.sql

2 lines
170 B
MySQL
Raw Normal View History

2011-09-16 14:53:43 +03:00
ALTER TABLE `prefix_stream_event` ADD `publish` TINYINT( 1 ) NOT NULL DEFAULT '1', ADD INDEX ( `publish` ) ;
ALTER TABLE `prefix_stream_event` ADD INDEX ( `target_id` ) ;