Skip to content

Commit

Permalink
Set correct engine
Browse files Browse the repository at this point in the history
  • Loading branch information
roland-d committed Nov 21, 2015
1 parent e7ba512 commit c805e82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE `#__session` MODIFY `session_id` varchar(191) NOT NULL DEFAULT '';

ALTER TABLE `#__user_keys` MODIFY `series` varchar(191) NOT NULL;

ALTER TABLE `#__update_sites_extensions` ENGINE='DEFAULT';
ALTER TABLE `#__update_sites_extensions` ENGINE=InnoDB;

0 comments on commit c805e82

Please sign in to comment.