File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ protected function determineDatabaseType($public)
113
113
'aurora-serverless ' => 'Serverless MySQL Aurora Cluster ' ,
114
114
'rds-pgsql-13.4 ' => 'Fixed Size PostgreSQL Instance 13.4 ' ,
115
115
'rds-pgsql-11.10 ' => 'Fixed Size PostgreSQL Instance 11.10 ' ,
116
- 'rds-pgsql ' => 'Fixed Size PostgreSQL Instance 10.7 ' ,
117
116
'aurora-serverless-pgsql ' => 'Serverless PostgreSQL Aurora Cluster ' ,
118
117
]), function ($ type ) use ($ public ) {
119
118
if ($ type == 'aurora-serverless ' && $ public ) {
@@ -140,7 +139,6 @@ protected function determineInstanceClass($type)
140
139
141
140
if ($ type == 'rds '
142
141
|| $ type == 'rds-mysql-5.7 '
143
- || $ type == 'rds-pgsql '
144
142
|| $ type == 'rds-pgsql-11.10 '
145
143
|| $ type == 'rds-pgsql-13.4 ' ) {
146
144
return $ this ->determineRdsInstanceClass ();
You can’t perform that action at this time.
0 commit comments