Skip to content

Commit

Permalink
Update Installer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Jan 20, 2024
1 parent 7a59852 commit 081ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Hooks/Handlers/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public function onLoadExtensionSchemaUpdates( $updater ) {
$dbType = $updater->getDB()->getType();
$dir = __DIR__ . '/../../../sql';

$updater->addExtensionTable( 'sslrequests_requests', "$dir/$dbType/tables-generated.sql" );
$updater->addExtensionTable( 'requestssl_requests', "$dir/$dbType/tables-generated.sql" );
}
}

0 comments on commit 081ca28

Please sign in to comment.