File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ PGPORT=30100
88PGPORT_SLAVE=30101
99# Should be set to 'prefer' to be able to connect to a local database
1010PGSSLMODE=require
11- PGSCHEMA=main_2_9
12- PGSCHEMA_STATIC=static_2_9
11+ PGSCHEMA=main_2_10
12+ PGSCHEMA_STATIC=static_2_10
1313
1414SQLALCHEMY_POOL_SIZE=0
1515SQLALCHEMY_MAX_OVERFLOW=2
You can’t perform that action at this time.
0 commit comments