Add proper path in patches
This commit is contained in:
parent
6c54d47131
commit
16cf16dc09
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue