diff --git a/config/Migrations/20210311110021_InboxSystem.php b/config/Migrations/20210311110021_InboxSystem.php index 65f143a..8357ff7 100644 --- a/config/Migrations/20210311110021_InboxSystem.php +++ b/config/Migrations/20210311110021_InboxSystem.php @@ -56,11 +56,6 @@ class InboxSystem extends AbstractMigration 'null' => false, 'limit' => 191, ]) - // ->addColumn('ip', 'string', [ - // 'limit' => 191, - // 'default' => null, - // 'null' => true, - // ]) ->addColumn('user_id', 'integer', [ 'default' => null, 'null' => true, @@ -92,7 +87,6 @@ class InboxSystem extends AbstractMigration ->addIndex('action') ->addIndex('title') ->addIndex('origin') - // ->addIndex('ip') ->addIndex('created') ->addIndex('user_id');