diff --git a/lib/aptible/api/database_image.rb b/lib/aptible/api/database_image.rb index 0b12a8a..cc95844 100644 --- a/lib/aptible/api/database_image.rb +++ b/lib/aptible/api/database_image.rb @@ -12,6 +12,7 @@ class DatabaseImage < Resource field :created_at, type: Time field :updated_at, type: Time field :pitr_supported, type: Aptible::Resource::Boolean + field :initialize_backup_supported, type: Aptible::Resource::Boolean end end end