Skip to content

Commit

Permalink
Update example migration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed May 3, 2024
1 parent 36adceb commit 182a04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/35_alter_column_multiple.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"constraint": "length(name) > 3"
},
"up": "(SELECT CASE WHEN name IS NULL OR LENGTH(name) <= 3 THEN 'placeholder' ELSE name END)",
"down": "name"
"down": "event_name"
}
}
]
Expand Down

0 comments on commit 182a04a

Please sign in to comment.