Add proper path in patches

This commit is contained in:
b-a0 2023-06-13 15:44:07 +02:00
parent 6c54d47131
commit 16cf16dc09
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- a/ckan/model/__init__.py --- ckan/ckan/model/__init__.py
+++ b/ckan/model/__init__.py +++ ckan/ckan/model/__init__.py
@@ -276,7 +276,7 @@ class Repository(): @@ -276,7 +276,7 @@ class Repository():
self.reset_alembic_output() self.reset_alembic_output()
alembic_config = AlembicConfig(self._alembic_ini) alembic_config = AlembicConfig(self._alembic_ini)

View File

@ -1,5 +1,5 @@
--- a/ckanext/datastore/backend/postgres.py --- ckan/ckanext/datastore/backend/postgres.py
+++ b/ckanext/datastore/backend/postgres.py +++ ckan/ckanext/datastore/backend/postgres.py
@@ -1809,7 +1809,7 @@ class DatastorePostgresqlBackend(DatastoreBackend): @@ -1809,7 +1809,7 @@ class DatastorePostgresqlBackend(DatastoreBackend):
read only user. read only user.
''' '''