Skip to content

Commit 87cae7c

Browse files
committed
currency types hotfix - v0.17.1-rc2
1 parent 719be74 commit 87cae7c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
4+
use Phinx\Migration\AbstractMigration;
5+
6+
class AlterCurrencyTypeAddGitComToken extends AbstractMigration
7+
{
8+
public function change()
9+
{
10+
$this->getAdapter()->commitTransaction();
11+
$this->execute("ALTER TYPE CurrencyType ADD VALUE 'GitComToken' AFTER 'LiteCoin';");
12+
}
13+
}

0 commit comments

Comments
 (0)