I tried to run this repo in my local mac machine (https://github.com/hyperledger/education-sawtooth-simple-supply).
I followed the steps to run the application in the README.md
To run the application, navigate to the project's root directory, then use this command:
docker-compose up
However, when I open console for simple-supply-postgres, it keeps giving an error: ERROR: column "none" does not exist at character 67
.
Any idea how to fix this?