We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fb686 commit 4085c48Copy full SHA for 4085c48
create-database.sh
@@ -11,7 +11,7 @@ unset PLANETSCALE_SERVICE_TOKEN
11
. set-db-and-org-and-branch-name.sh
12
. wait-for-branch-readiness.sh
13
14
-pscale database create "$DB_NAME" --region us-west --org "$ORG_NAME"
+pscale database create "$DB_NAME" --region us-east --org "$ORG_NAME"
15
# check if DB creation worked
16
if [ $? -ne 0 ]; then
17
echo "Failed to create database $DB_NAME"
0 commit comments