waterthetrees / wtt_db

waterthetrees.com local dev database
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Add git action for pulling in schema from prod to populate treedb.sql regularly #46

Open zoobot opened 1 year ago

zoobot commented 1 year ago

We want to have up to date schema on dev and local development. Create a git action to pull schema from prod and move it into this repo

Questions: How should do migration if we are going from prod to dev instead of the other way around, two databases?