chg: [migration:inbox] Removed commented lines

pull/59/head
mokaddem 2021-06-12 14:26:07 +02:00
parent a03b433f2b
commit 712dd508e1
1 changed files with 0 additions and 6 deletions

View File

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