From 16cf16dc09d0290bbb7ed1ddd43e7c0736d3223e Mon Sep 17 00:00:00 2001 From: b-a0 <25707742+b-a0@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:44:07 +0200 Subject: [PATCH] Add proper path in patches --- images/ckan/2.9/patches/00_patch_sql_url.patch | 4 ++-- .../ckan/2.9/patches/01_patch_postgres_username_split.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/ckan/2.9/patches/00_patch_sql_url.patch b/images/ckan/2.9/patches/00_patch_sql_url.patch index 7b4f5ab..047607e 100644 --- a/images/ckan/2.9/patches/00_patch_sql_url.patch +++ b/images/ckan/2.9/patches/00_patch_sql_url.patch @@ -1,5 +1,5 @@ ---- a/ckan/model/__init__.py -+++ b/ckan/model/__init__.py +--- ckan/ckan/model/__init__.py ++++ ckan/ckan/model/__init__.py @@ -276,7 +276,7 @@ class Repository(): self.reset_alembic_output() alembic_config = AlembicConfig(self._alembic_ini) diff --git a/images/ckan/2.9/patches/01_patch_postgres_username_split.patch b/images/ckan/2.9/patches/01_patch_postgres_username_split.patch index ea7cb45..6c18355 100644 --- a/images/ckan/2.9/patches/01_patch_postgres_username_split.patch +++ b/images/ckan/2.9/patches/01_patch_postgres_username_split.patch @@ -1,5 +1,5 @@ ---- a/ckanext/datastore/backend/postgres.py -+++ b/ckanext/datastore/backend/postgres.py +--- ckan/ckanext/datastore/backend/postgres.py ++++ ckan/ckanext/datastore/backend/postgres.py @@ -1809,7 +1809,7 @@ class DatastorePostgresqlBackend(DatastoreBackend): read only user. '''