Skip to content

Commit

Permalink
add postgres alias for pg backend
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jul 20, 2017
1 parent 8d08d3a commit 04deab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/datastore/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def __new__(cls, *args, **kwargs):
def register_backends(self):
return {
'postgresql': DatastorePostgresqlBackend,
'postgres': DatastorePostgresqlBackend,
}

# IConfigurer
Expand Down

0 comments on commit 04deab5

Please sign in to comment.