File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <extension version =" 3.6" type =" plugin" group =" system" method =" upgrade" >
3
+ <name >Engine Change</name >
4
+ <author >Rishi</author >
5
+ <creationDate >Dec 2016</creationDate >
6
+ <copyright >Copyright (C) 2016 Rishi Vishwakarma - www.rishinc.com</copyright >
7
+ <license >http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only</license >
8
+ <authorEmail >info@rishinc.com</authorEmail >
9
+ <authorUrl >https://rishinc.com/</authorUrl >
10
+ <version >1.0.0</version >
11
+ <description >By this Plugin you can chang the Storage engine in the MySQL Database</description >
12
+ <files >
13
+ <filename plugin =" engine_change" >engine_change.php</filename >
14
+ <filename >engine_change.xml</filename >
15
+ </files >
16
+ <config >
17
+ <fields name =" params" >
18
+ <fieldset name =" basic" >
19
+ <field name =" engine" type =" list"
20
+ description =" Select what Engine to use"
21
+ label =" Set Engine"
22
+ default =" MyISAM" >
23
+ <option value =" InnoDB" >InnoDB</option >
24
+ <option value =" MyISAM" >MyISAM</option >
25
+ </field >
26
+ </fieldset >
27
+ </fields >
28
+ </config >
29
+ </extension >
You can’t perform that action at this time.
0 commit comments