Update database.

This commit is contained in:
James Cole 2016-01-12 21:09:38 +01:00
parent 166d32f073
commit d039bb0e03

View File

@ -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);