How to upload Database changes from local development to remote production target?

I understand that changing the schema directly on prod targets is disabled.

image

But I searched a lot and couldn’t find any procedure to push database changes from dev to prod from Wappler itself.
Do I have to type commands in SQL server for this?

You make the changes on local these changes then appear in the changes area below the tables, on local they will all be added unless you remove them. When you go switch to your remote connection its the same except to push the schema you need to right click the word ‘changes’ and apply latest.

2 Likes

Ahh got it! Thanks a lot for guiding on that