Skip to content

Commit

Permalink
Merge branch 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
DVAlexHiggs committed Feb 16, 2023
2 parents f4c8edb + 8c9068e commit bd3c5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macros/supporting/data_types/type_binary.sql
Expand Up @@ -8,9 +8,9 @@
{%- endmacro -%}

{%- macro default__type_binary() -%}
{%- if var('hash') | lower == 'md5' -%}
{%- if var('hash', 'MD5') | lower == 'md5' -%}
BINARY(16)
{%- elif var('hash') | lower == 'sha' -%}
{%- elif var('hash', 'MD5') | lower == 'sha' -%}
BINARY(32)
{%- else -%}
BINARY(16)
Expand Down

0 comments on commit bd3c5c5

Please sign in to comment.