migration-upgrade

This commit is contained in:
2022-11-27 11:19:38 +03:00
parent 9a4cd6ba06
commit 2adf442224
5 changed files with 143 additions and 110 deletions

View File

@@ -24,10 +24,8 @@ apt install redis nginx
First, install Postgres. Then you'll need some data
```
psql -U postgres
> create database discoursio;
> \q
brew install postgres
createdb discoursio
python server.py migrate
```
@@ -42,3 +40,7 @@ python3 server.py dev
Put the header 'Authorization' with token from signIn query or registerUser mutation.
# How to debug Ackee
Set ACKEE_TOKEN var