clipbucket/upload/cb_install/sql/upgrade_2.5.1.sql
Arslan Hassan 23592a8a09 Fixed : Unable to get video duration
Fixed : pages error in footer
Fixed : cleanForm function verifies if the string is not an array
Added : Anchors on signup page
2011-07-21 07:57:30 +00:00

9 lines
No EOL
594 B
SQL

ALTER TABLE `{tbl_prefix}groups` ADD `group_admins` TEXT NOT NULL AFTER `userid`;
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'embed_type', 'iframe');
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'playlistsSection', 'yes');
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'vid_cat_height', '120');
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'vid_cat_width', '120');
ALTER TABLE `{tbl_prefix}photos` ADD `photo_details` TEXT NOT NULL AFTER `photo_tags`;