Skip to content

Commit 536db82

Browse files
committed
Use schema 2_10
1 parent 52be540 commit 536db82

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
run: docker compose exec tools psql -c "UPDATE main_2_7.tsearch SET label = 'no-label' WHERE label is NULL;"
7575
- name: Rename schemas
7676
run: |
77-
docker compose exec tools psql -c "ALTER SCHEMA main_2_7 RENAME TO main_2_9;"
78-
docker compose exec tools psql -c "ALTER SCHEMA static_2_7 RENAME TO static_2_9;"
77+
docker compose exec tools psql -c "ALTER SCHEMA main_2_7 RENAME TO main_2_10;"
78+
docker compose exec tools psql -c "ALTER SCHEMA static_2_7 RENAME TO static_2_10;"
7979
- name: Run Alembic main
8080
run: docker compose --file=docker-compose.yaml --file=docker-compose-db.yaml up alembic-main
8181
- name: Run Alembic static

env.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ PGPORT=30100
88
PGPORT_SLAVE=30101
99
# Should be set to 'prefer' to be able to connect to a local database
1010
PGSSLMODE=require
11-
PGSCHEMA=main_2_9
12-
PGSCHEMA_STATIC=static_2_9
11+
PGSCHEMA=main_2_10
12+
PGSCHEMA_STATIC=static_2_10
1313

1414
SQLALCHEMY_POOL_SIZE=0
1515
SQLALCHEMY_MAX_OVERFLOW=2

0 commit comments

Comments
 (0)