We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a473a commit be5c859Copy full SHA for be5c859
āfeatures/postgres-client/devcontainer-feature.json
@@ -1,6 +1,13 @@
1
{
2
"id": "postgres-client",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"name": "Postgres Client",
5
- "description": "Installs needed client-side dependencies for Rails apps using Postgres"
+ "description": "Installs needed client-side dependencies for Rails apps using Postgres",
6
+ "options": {
7
+ "version": {
8
+ "type": "string",
9
+ "default": "15",
10
+ "description": "The postgres client version to be installed"
11
+ }
12
13
}
0 commit comments