Skip to content

Commit

Permalink
fix: remove postgres and gcs as they are currently not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
irainia committed Apr 11, 2022
1 parent e6eb62e commit 95cc115
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ func askInitNamespaceDatastoreType() (string, error) {
Message: "What is the type of data store for this namespace?",
Options: []string{
"bigquery",
"postgres",
"gcs",
},
Default: "bigquery",
}
Expand Down

0 comments on commit 95cc115

Please sign in to comment.