This is the repo containing all the migrations file for deploying to a hasura instance hosted at https://hasura.boorran.com.
The droplet on Digital Ocean is created with Hasura One Clik App. So please refer to the link to check out the documentation.
Use admin secret Boorran168
to access the console or running from local development environment.
To run this repo locally:
hasura console --admin-secret <ADMIN_SECRET_HERE>
To sync migration to remote instance:
hasura migrate apply --endpoint <ENDPOINT_HERE> --admin-secret <ADMIN_SECRET_HERE>
Reference docs for CLIs: