From d039bb0e036077ed35a6bb014f70bac2aae8231c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 12 Jan 2016 21:09:38 +0100 Subject: [PATCH] Update database. --- database/migrations/2016_01_11_193428_changes_for_v370.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/database/migrations/2016_01_11_193428_changes_for_v370.php b/database/migrations/2016_01_11_193428_changes_for_v370.php index 776113c508..adb0833a9f 100644 --- a/database/migrations/2016_01_11_193428_changes_for_v370.php +++ b/database/migrations/2016_01_11_193428_changes_for_v370.php @@ -104,8 +104,7 @@ class ChangesForV370 extends Migration $table->unsignedTinyInteger('active')->default(1); $table->unsignedTinyInteger('stop_processing')->default(0); - $table->string('action_field', 50); - $table->string('action', 50); + $table->string('action_type', 50); $table->string('action_value', 255);