diff options
Diffstat (limited to 'admin/upgrades/5.0.2.php')
| -rw-r--r-- | admin/upgrades/5.0.2.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/upgrades/5.0.2.php b/admin/upgrades/5.0.2.php index c97ec6f..d57fb61 100644 --- a/admin/upgrades/5.0.2.php +++ b/admin/upgrades/5.0.2.php @@ -13,8 +13,8 @@ $gBitInstaller->registerPackageUpgrade( ], [ [ 'DATADICT' => [ - [ 'DROPTABLE' => [ [ 'contact_xref', 'contact_xref_source', 'contact_xref_type' ] ] ], - [ 'DROPSEQUENCE' => [ [ 'contact_xref_seq' ] ] ], + [ 'DROPTABLE' => [ 'contact_xref', 'contact_xref_source', 'contact_xref_type' ] ], + [ 'DROPSEQUENCE' => [ 'contact_xref_seq' ] ], ]], ] ); |
