mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 03:53:49 +01:00
19 lines
753 B
XML
Executable File
19 lines
753 B
XML
Executable File
<DBMIGRATION type="enrol/authorize" VERSION="2005120100">
|
|
<TABLES>
|
|
<TABLE name="enrol_authorize">
|
|
<FIELDS>
|
|
<FIELD name="ccname" method="NO_CONV" type="varchar" length="255" />
|
|
<FIELD name="transid" method="NO_CONV" type="varchar" length="255" />
|
|
<FIELD name="amount" method="NO_CONV" type="varchar" length="10" />
|
|
<FIELD name="currency" method="NO_CONV" type="char" length="3" />
|
|
<FIELD name="paymentmethod" method="NO_CONV" type="enum('cc', 'echeck')" length="0" default="cc"/>
|
|
</FIELDS>
|
|
</TABLE>
|
|
<TABLE name="enrol_authorize_refunds">
|
|
<FIELDS>
|
|
<FIELD name="amount" method="NO_CONV" type="varchar" length="10" />
|
|
</FIELDS>
|
|
</TABLE>
|
|
</TABLES>
|
|
</DBMIGRATION>
|