chg: [migration:inbox] Removed commented lines
parent
a03b433f2b
commit
712dd508e1
|
@ -56,11 +56,6 @@ class InboxSystem extends AbstractMigration
|
||||||
'null' => false,
|
'null' => false,
|
||||||
'limit' => 191,
|
'limit' => 191,
|
||||||
])
|
])
|
||||||
// ->addColumn('ip', 'string', [
|
|
||||||
// 'limit' => 191,
|
|
||||||
// 'default' => null,
|
|
||||||
// 'null' => true,
|
|
||||||
// ])
|
|
||||||
->addColumn('user_id', 'integer', [
|
->addColumn('user_id', 'integer', [
|
||||||
'default' => null,
|
'default' => null,
|
||||||
'null' => true,
|
'null' => true,
|
||||||
|
@ -92,7 +87,6 @@ class InboxSystem extends AbstractMigration
|
||||||
->addIndex('action')
|
->addIndex('action')
|
||||||
->addIndex('title')
|
->addIndex('title')
|
||||||
->addIndex('origin')
|
->addIndex('origin')
|
||||||
// ->addIndex('ip')
|
|
||||||
->addIndex('created')
|
->addIndex('created')
|
||||||
->addIndex('user_id');
|
->addIndex('user_id');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue