kopia lustrzana https://github.com/nextcloud/social
fix url being unique
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/1056/head
rodzic
4ff65bcf76
commit
b131dbe093
|
@ -1046,7 +1046,7 @@ class Version0003Date20200611000001 extends SimpleMigrationStep {
|
|||
);
|
||||
|
||||
$table->setPrimaryKey(['id_prim']);
|
||||
$table->addUniqueIndex(['url'], 'unique_url');
|
||||
// $table->addUniqueIndex(['url'], 'unique_url');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Ładowanie…
Reference in New Issue