You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
343 B

--- a/lib/Migration/Version070400Date20220607111111.php
+++ b/lib/Migration/Version070400Date20220607111111.php
@@ -73,7 +73,7 @@
'default' => 0,
]);
$table->setPrimaryKey(['id']);
- $table->addUniqueIndex(['share_id'], 'share_id_index');
+ $table->addUniqueIndex(['share_id'], 'oc_share_id_index');
}
return $schema;