Skip to content

Commit

Permalink
[ADD title on template block]
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeauvoir committed Apr 18, 2014
1 parent 3bf2f81 commit 6edaba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/var/db/db-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ CREATE TABLE IF NOT EXISTS `cms_template_block` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ;

ALTER TABLE `cms_template_block` ADD `title` VARCHAR(150) NOT NULL DEFAULT '' AFTER `is_repeatable`;
--
-- Contenu de la table `cms_template_block`
--
Expand Down

0 comments on commit 6edaba0

Please sign in to comment.