Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Harad committed Dec 12, 2024
1 parent 5236031 commit 048bccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/DB.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CREATE TYPE auto_action_type as ENUM (
'ScoreBalloonLow',
'EjectBalloon',
'EjectBunny',
'EjectTote'
'EjectTote',

'IntakeBunny',
'ScoreBunnyInternalTote',
Expand Down

0 comments on commit 048bccd

Please sign in to comment.