Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Dec 2, 2024
1 parent e162279 commit 0d2cc27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ def upgrade() -> None:
schema = config["schema"]

op.execute(

f"DELETE from {schema}.layer_restrictionarea WHERE layer_id IN ("
f"SELECT id from {schema}.treeitem WHERE type = 'layerv1'"
");"

)
op.execute(f"DELETE from {schema}.treeitem WHERE type = 'layerv1';")

Expand Down
2 changes: 1 addition & 1 deletion geoportal/c2cgeoportal_geoportal/scripts/theme2fts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023, Camptocamp SA
# Copyright (c) 2014-2024, Camptocamp SA
# All rights reserved.

# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion geoportal/c2cgeoportal_geoportal/views/dev.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2021, Camptocamp SA
# Copyright (c) 2011-2024, Camptocamp SA
# All rights reserved.

# Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 0d2cc27

Please sign in to comment.