Skip to content

Commit

Permalink
Revert SBL version
Browse files Browse the repository at this point in the history
  • Loading branch information
cz committed Jan 30, 2011
1 parent 878c72d commit b92c6a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install.sql
Expand Up @@ -393,13 +393,13 @@ INSERT INTO `tbl_entries` (`id`, `section_id`, `author_id`, `creation_date`, `cr

-- *** DATA: `tbl_extensions` ***
INSERT INTO `tbl_extensions` (`id`, `name`, `status`, `version`) VALUES
(129, 'debugdevkit', 'enabled', '1.0.8'),
(130, 'export_ensemble', 'enabled', '1.11'),
(129, 'debugdevkit', 'enabled', '1.1'),
(130, 'export_ensemble', 'enabled', '1.2'),
(131, 'selectbox_link_field', 'enabled', '1.19'),
(132, 'jit_image_manipulation', 'enabled', '1.09'),
(133, 'maintenance_mode', 'enabled', '1.3'),
(133, 'maintenance_mode', 'enabled', '1.4'),
(134, 'profiledevkit', 'enabled', '1.0.4'),
(135, 'markdown', 'enabled', '1.12'),
(135, 'markdown', 'enabled', '1.2'),
(136, 'xssfilter', 'enabled', '1.0');


Expand Down

0 comments on commit b92c6a5

Please sign in to comment.