Skip to content

Commit 6204416

Browse files
jakehemmerleinsipx
andauthored
fix capitalization in migration
Co-authored-by: Andrew Plaza <aplaza@liquidthink.net>
1 parent c3303f3 commit 6204416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-- Add migration script here
2-
alter table blocks
3-
add justification bytea;
2+
ALTER TABLE blocks
3+
ADD justification bytea;

0 commit comments

Comments
 (0)