File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ UNRELEASED]
9+
10+ ## Fixed
11+
12+ - Fix foreign key constraint in ` where ` clause.
13+
814## [ 1.0.1] - 2024-12-11
915
1016### Fixed
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ public static function inventoryGetParams(array $params)
6363 ],
6464 ],
6565 'WHERE ' => [
66- $ credential_type_table . '.id ' => PluginDatabaseinventoryCredentialType::getModuleKeyByName ($ content ->use ),
67- $ databaseparam_credential_table . '.id ' => $ content ->params_id ,
66+ $ credential_type_table . '.id ' => PluginDatabaseinventoryCredentialType::getModuleKeyByName ($ content ->use ),
67+ $ databaseparam_credential_table . '.plugin_databaseinventory_credentials_id ' => $ content ->params_id ,
6868 ],
6969 ];
7070
You can’t perform that action at this time.
0 commit comments