Skip to content

Commit

Permalink
Fixin
Browse files Browse the repository at this point in the history
  • Loading branch information
BabarMajes committed Nov 19, 2014
1 parent dee5b44 commit bb22b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/var/db/db-mysql-insert.sql
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ INSERT INTO `cms_attribute` (`id`, `title`, `ref`, `setup`) VALUES
(10, 'ListBox', 'listbox', 1),
(11, 'ListBox Multiple', 'listboxmultiple', 1),
(12, 'Internal Link', 'internallink', 0),
(12, 'Media', 'media', 0);
(13, 'Media', 'media', 0);

--
-- Contenu de la table `cms_block`
Expand Down
2 changes: 1 addition & 1 deletion app/var/db/db-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=5;
-- AUTO_INCREMENT pour la table `cms_attribute`
--
ALTER TABLE `cms_attribute`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=13;
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT pour la table `cms_block`
--
Expand Down

0 comments on commit bb22b9c

Please sign in to comment.