File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1241,7 +1241,7 @@ function __try($sql, $cb = null){
1241
1241
}
1242
1242
},
1243
1243
1244
- 'implementa db-update para remover metadados duplicados em todas as tabelas auxiliares ' => function () {
1244
+ 'Implementa db-update para remoção de metadados duplicados em todas as tabelas auxiliares ' => function () {
1245
1245
$ app = App::i ();
1246
1246
$ em = $ app ->em ;
1247
1247
$ conn = $ em ->getConnection ();
@@ -1318,7 +1318,7 @@ function __try($sql, $cb = null){
1318
1318
];
1319
1319
1320
1320
foreach ($ aux_tables as $ table ) {
1321
- __exec ("CREATE UNIQUE INDEX unique_object_id_key_value ON {$ table } (object_id, key) " );
1321
+ __exec ("CREATE UNIQUE INDEX { $ table } _unique_object_id_key_value ON {$ table } (object_id, key) " );
1322
1322
$ app ->log ->debug ("Aplicado Índice Único na tabela auxiliar {$ table }" );
1323
1323
}
1324
1324
},
You can’t perform that action at this time.
0 commit comments