Skip to content

Commit

Permalink
Merge pull request #11239 from camptocamp/fix-schema
Browse files Browse the repository at this point in the history
Fix schema name
  • Loading branch information
sbrunner authored Jul 11, 2024
2 parents 6daa3d9 + eb1aafc commit 194812b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
main:
runs-on: ubuntu-22.04
name: QGIS build
timeout-minutes: 10
timeout-minutes: 15
needs: common

strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def upgrade() -> None:
sa.Column("url", sa.Unicode(), nullable=False),
sa.ForeignKeyConstraint(
["id"],
["main.layer.id"],
[f"{schema}.layer.id"],
),
sa.PrimaryKeyConstraint("id"),
schema=schema,
Expand Down

0 comments on commit 194812b

Please sign in to comment.