Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Missing mysql query added
Browse files Browse the repository at this point in the history
  • Loading branch information
Saqib Razzaq committed Aug 1, 2016
1 parent 06c85c3 commit 5bf4774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/cb_install/sql/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ ALTER TABLE `{tbl_prefix}video` ADD INDEX(`last_viewed`);
ALTER TABLE `{tbl_prefix}video` ADD INDEX(`rating`);
ALTER TABLE `{tbl_prefix}video` ADD INDEX(`comments_count`);
ALTER TABLE `{tbl_prefix}video` ADD INDEX(`last_viewed`);

ALTER TABLE `{tbl_prefix}video` ADD `video_files` text(33) NOT NULL;



Expand Down

0 comments on commit 5bf4774

Please sign in to comment.