Skip to content

Commit

Permalink
Merge pull request #1920 from afumagalli98/1918
Browse files Browse the repository at this point in the history
Fixed oracle db tablespace API
  • Loading branch information
afumagalli98 authored Sep 11, 2024
2 parents f508628 + f33b9e7 commit 2b2de2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-service/database/oracle_database_tablespaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (md *MongoDatabase) FindAllOracleDatabaseTablespaces(filter dto.GlobalFilte
bson.M{"$project": bson.M{
"hostname": 1,
"name": "$features.oracle.database.databases.tablespaces.name",
"maxSize": "$features.oracle.database.databases.tablespaces.maxSize ",
"maxSize": "$features.oracle.database.databases.tablespaces.maxSize",
"total": "$features.oracle.database.databases.tablespaces.total",
"used": "$features.oracle.database.databases.tablespaces.used",
"usedPerc": "$features.oracle.database.databases.tablespaces.usedPerc",
Expand Down

0 comments on commit 2b2de2d

Please sign in to comment.