Commit 81f89874 authored by Shakarim Sapa's avatar Shakarim Sapa

Добавлена миграция для таблицы сценариев (изменено название таблицы)

parent 1ee45370
......@@ -21,7 +21,7 @@ class m160127_082148_trigger_scenario extends Migration
public function safeUp()
{
$this->createTable(
'scenario',
'trigger_scenario',
[
'id' => Schema::TYPE_PK,
'active' => Schema::TYPE_BOOLEAN.' DEFAULT 0',
......
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