Is there a way to trigger db push
manually?
#12686
Unanswered
TheCharlesJosh
asked this question in
Q&A
Replies: 1 comment
-
Same, if I alter collections of payload config and then run It would be great if payload cli has, other than |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I understand
db push
is handled automatically onnext dev
, though sometimes schema changes requiring a prompt from me does not block the main development server enough that I cannot provide a y/N keystroke to confirm/deny changes.Anyone experienced this issue? I'm using a postgres adapter and I would just love to be able to trigger
db push
manually outside ofnpm run dev
/next dev
I don't want to migrate out as I feel like the current setup works well for me.
Beta Was this translation helpful? Give feedback.
All reactions