Updated : upgrade_3.0.sql
This commit is contained in:
parent
842d461040
commit
b881a6caeb
1 changed files with 9 additions and 0 deletions
|
@ -441,3 +441,12 @@ CREATE TABLE IF NOT EXISTS `cb_objects_cache` (
|
|||
KEY `type_id` (`type_id`),
|
||||
KEY `type` (`type`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Altering table structure for table `cb_collections`
|
||||
-- 1/8/2012
|
||||
-- @aithor: Fawaz Tahir
|
||||
--
|
||||
ALTER TABLE `{tbl_prefix}collections` CHANGE `cover_photo` `cover_photo` TEXT NOT NULL
|
||||
|
|
Loading…
Add table
Reference in a new issue