Skip to content

Commit 4085c48

Browse files
authored
Update create-database.sh
1 parent 94fb686 commit 4085c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-database.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ unset PLANETSCALE_SERVICE_TOKEN
1111
. set-db-and-org-and-branch-name.sh
1212
. wait-for-branch-readiness.sh
1313

14-
pscale database create "$DB_NAME" --region us-west --org "$ORG_NAME"
14+
pscale database create "$DB_NAME" --region us-east --org "$ORG_NAME"
1515
# check if DB creation worked
1616
if [ $? -ne 0 ]; then
1717
echo "Failed to create database $DB_NAME"

0 commit comments

Comments
 (0)