This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mattm$ pwd | |
/Users/mattm/dev/project1/hasura | |
# i have migrations that i've generated from dev, that i want to apply to staging/prod | |
mattm$ ls | |
config.yaml metadata migrations | |
# dev and prod both have the console DISABLED | |
# you run the console locally, and connect to dev/prod |