Commit 19aa3e59 authored by Shakarim Sapa's avatar Shakarim Sapa

- Add the migration for new column (message_template_id) (fix)

parent f92586bc
......@@ -14,7 +14,7 @@ class m160428_141739_add_tamplates_column_to_posts_table extends Migration
$this->addForeignKey(
'fk_posts_tamplate_id',
'posts', 'template_id',
'message_tempalte', 'id'
'message_template', 'id'
);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment