Skip to content

Commit

Permalink
Merge pull request #1 from usualdesigner/change_table_name
Browse files Browse the repository at this point in the history
added auto-prefix to the table name
  • Loading branch information
Oleksii Golub committed Jun 30, 2015
2 parents d4b0a94 + b34425c commit fcf2193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/TurboSmsSent.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TurboSmsSent extends \yii\db\ActiveRecord
*/
public static function tableName()
{
return 'turbo_sms_sent';
return '{{%turbo_sms_sent}}';
}

/**
Expand Down

0 comments on commit fcf2193

Please sign in to comment.