Skip to content

Commit b735a3e

Browse files
authored
file craeted
1 parent b771d0a commit b735a3e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

engine_change.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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>

0 commit comments

Comments
 (0)