Skip to content

Commit 8c9068e

Browse files
committed
Merge branch 'develop'
2 parents f4c8edb + da6f8a3 commit 8c9068e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

macros/supporting/data_types/type_binary.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
{%- endmacro -%}
99

1010
{%- macro default__type_binary() -%}
11-
{%- if var('hash') | lower == 'md5' -%}
11+
{%- if var('hash', 'MD5') | lower == 'md5' -%}
1212
BINARY(16)
13-
{%- elif var('hash') | lower == 'sha' -%}
13+
{%- elif var('hash', 'MD5') | lower == 'sha' -%}
1414
BINARY(32)
1515
{%- else -%}
1616
BINARY(16)

0 commit comments

Comments
 (0)