This commit is contained in:
Cayo Puigdefabregas 2022-05-24 17:02:33 +02:00
parent 7299ce15cf
commit a6b3e725be
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ jobs:
psql -h "localhost" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "CREATE EXTENSION pg_trgm SCHEMA public;" psql -h "localhost" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "CREATE EXTENSION pg_trgm SCHEMA public;"
- name: Adding minimum datas - name: Adding minimum datas
env:
SECRET_KEY = 'f00046306835001b55c230092e3a7990485beda0bc3bf732088d1ba1b5b74110e22e3f9ec3a24890272554b37d4'
run: | run: |
alembic -x inventory=dbtest upgrade head alembic -x inventory=dbtest upgrade head
dh dummy --yes dh dummy --yes