Commit 1c4a0c29 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Merge branch 'master' of https://git.unicaen.fr/open-source/OSE

parents 41df7a8d 78da7a65
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -82,9 +82,6 @@ abstract class AbstractManagerDdlConstraint extends AbstractManager
    public function alter(array $old, array $new)
    {
        $this->drop($old);
        if (isset($old['index'])) {
            $this->bdd->index()->drop($old['index']);
        }
        $this->create($new);
    }