9 lines
149 B
PHP
9 lines
149 B
PHP
|
<?php
|
||
|
|
||
|
use common\components\Migration\MigrationWithDefaultOptions;
|
||
|
|
||
|
class m160830_072219_add_testmgpi_user extends MigrationWithDefaultOptions
|
||
|
{
|
||
|
|
||
|
}
|