Skip to content

Commit

Permalink
Fixed issue with quotes in Timestamp type
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jun 22, 2020
1 parent 18e9540 commit aa4d292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/IDE/SchemaDesigner/View/Columns/Edit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ typeSelector selected enumNames = [hsx|
{option selected "INT" "Int"}
{option selected "UUID" "UUID"}
{option selected "BOOLEAN" "Bool"}
{option selected "'TIMESTAMP WITH TIME ZONE'" "Timestamp"}
{option selected "TIMESTAMP WITH TIME ZONE" "Timestamp"}
{option selected "REAL" "Float"}
{option selected "DOUBLE PRECISION" "Double"}
{option selected "DATE" "Date"}
Expand Down

0 comments on commit aa4d292

Please sign in to comment.