Skip to content

Commit

Permalink
Added alembic upgrade command to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BasMonkey committed May 28, 2024
1 parent af29f03 commit a3fd369
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ source venv/bin/activate
gunicorn -w 4 ExonCov:app
```

### Upgrade database scheme
```bash
flask --app ExonCov db_migrate upgrade <commit id>
```

### Export and Import existing ExonCov db

Ignore large tables, samples should be imported using cli.
Expand Down

0 comments on commit a3fd369

Please sign in to comment.