Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Dec 13, 2024
1 parent 434acee commit a1ea8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/migrations/1734124087_add_entity_types.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ SELECT
event_type_id,
CASE
entity_type
WHEN 'License' THEN 1
WHEN 'Node' THEN 2
WHEN 'license' THEN 1
WHEN 'node' THEN 2
ELSE 0
END AS entity_type_id,
entity_id,
Expand Down

0 comments on commit a1ea8b7

Please sign in to comment.