Skip to content

Commit 1a49db4

Browse files
authored
Deprecates pgsql 10.7 (#174)
1 parent 0d3f0a0 commit 1a49db4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Commands/DatabaseCommand.php

-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ protected function determineDatabaseType($public)
113113
'aurora-serverless' => 'Serverless MySQL Aurora Cluster',
114114
'rds-pgsql-13.4' => 'Fixed Size PostgreSQL Instance 13.4',
115115
'rds-pgsql-11.10' => 'Fixed Size PostgreSQL Instance 11.10',
116-
'rds-pgsql' => 'Fixed Size PostgreSQL Instance 10.7',
117116
'aurora-serverless-pgsql' => 'Serverless PostgreSQL Aurora Cluster',
118117
]), function ($type) use ($public) {
119118
if ($type == 'aurora-serverless' && $public) {
@@ -140,7 +139,6 @@ protected function determineInstanceClass($type)
140139

141140
if ($type == 'rds'
142141
|| $type == 'rds-mysql-5.7'
143-
|| $type == 'rds-pgsql'
144142
|| $type == 'rds-pgsql-11.10'
145143
|| $type == 'rds-pgsql-13.4') {
146144
return $this->determineRdsInstanceClass();

0 commit comments

Comments
 (0)