Skip to content

Commit

Permalink
fix name for postgresql (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgroves authored and mistercrunch committed Oct 30, 2016
1 parent 5561e6b commit 248e6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/db_engine_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def handle_cursor(cls, cursor, query, session):


class PostgresEngineSpec(BaseEngineSpec):
engine = 'postgres'
engine = 'postgresql'

time_grains = (
Grain("Time Column", _('Time Column'), "{col}"),
Expand Down

0 comments on commit 248e6a7

Please sign in to comment.