Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Add --auto-approve to rw db up database migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Jun 15, 2020
1 parent ca79cf4 commit 532495a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "yarn rw db up --no-db-client && yarn rw build"
command = "yarn rw db up --no-db-client --auto-approve && yarn rw build"
publish = "web/dist"
functions = "api/dist/functions"

Expand Down

2 comments on commit 532495a

@thedavidprice
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peterp This change makes a ton of sense. Any thoughts on how to better track changes like this for Release Notes (e.g. possible manual code modification to upgrade)? It's hard for me to find if not a PR. But I did add it to the Release Notes Draft.

@peterp
Copy link
Collaborator Author

@peterp peterp commented on 532495a Jun 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 Sorry about that - I did link to it in a PR on the redwood.git repo - but I can totally see that this will get lost if it's not explicitly added somewhere. I'll make sure I use PRs.

Please sign in to comment.