fix db migration issue
This commit is contained in:
parent
55b419b338
commit
c15932c590
@ -62,7 +62,7 @@ class Version000000Date20181013124731 extends SimpleMigrationStep {
|
||||
$table->addColumn('urlresolved', 'text');
|
||||
|
||||
$table->setPrimaryKey(['id']);
|
||||
$table->addIndex(['user_id'], 'favorites_user_id_index');
|
||||
$table->addIndex(['user_id'], 'recent_user_id_index');
|
||||
}
|
||||
|
||||
return $schema;
|
||||
|
Loading…
Reference in New Issue
Block a user