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

  1. --- a/lib/Migration/Version070400Date20220607111111.php
  2. +++ b/lib/Migration/Version070400Date20220607111111.php
  3. @@ -73,7 +73,7 @@
  4. 'default' => 0,
  5. ]);
  6. $table->setPrimaryKey(['id']);
  7. - $table->addUniqueIndex(['share_id'], 'share_id_index');
  8. + $table->addUniqueIndex(['share_id'], 'oc_share_id_index');
  9. }
  10. return $schema;