Move update_indexes into the schema method

This commit is contained in:
FusionPBX
2026-01-12 14:17:10 -07:00
committed by GitHub
parent f5847e5e5b
commit 6f37951e02
4 changed files with 3 additions and 9 deletions
+3
View File
@@ -649,6 +649,9 @@ class schema {
//create views so that alter table statements complete
$this->database->views('create');
//update database foreign key indexes
$this->database->update_indexes();
//handle response
return $response;