Skip to content

Commit

Permalink
Add the logical_replica field (#179)
Browse files Browse the repository at this point in the history
* Add the logical_replica field

* Version bump
  • Loading branch information
UserNotFound committed Aug 21, 2024
1 parent cb359be commit 6851ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/aptible/api/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Database < Resource
field :status
field :docker_repo
field :port_mapping
field :logical_replica

def failed?
# TODO: Add failed status at API level
Expand Down
2 changes: 1 addition & 1 deletion lib/aptible/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Aptible
module Api
VERSION = '1.6.2'.freeze
VERSION = '1.6.3'.freeze
end
end

0 comments on commit 6851ed1

Please sign in to comment.