pull/840/head
omahs 2023-07-12 10:16:26 +02:00 zatwierdzone przez GitHub
rodzic 3cc70294a0
commit 2afd172f15
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -49,7 +49,7 @@ the schema for this Postgres database as well as migrations that you can use to
database yourself.
The [`db/`](../db/) directory contains:
1. A Python package called `moonstreamdb` which defines the databse schema and can be used as a
1. A Python package called `moonstreamdb` which defines the database schema and can be used as a
Python library to interact with the data store.
2. [Alembic](https://alembic.sqlalchemy.org/en/latest/) migrations which can be used via the
[`alembic.sh`](../db/alembic.sh) shell script to run the migrations against a Postgres database