Skip to content

Commit

Permalink
Merge pull request #5 from kilylabs/issue4
Browse files Browse the repository at this point in the history
Fixed table name that consider table prefix
  • Loading branch information
Aris Karageorgos committed Nov 5, 2014
2 parents 65af2ac + 6d849e3 commit 619ff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/m140618_045255_create_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class m140618_045255_create_settings extends \yii\db\Migration
public function up()
{
$this->createTable(
'settings',
'{{%settings}}',
[
'id' => Schema::TYPE_PK,
'type' => Schema::TYPE_STRING,
Expand Down

0 comments on commit 619ff50

Please sign in to comment.