Skip to content

Commit

Permalink
fix capitalization in migration
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Plaza <[email protected]>
  • Loading branch information
jakehemmerle and insipx committed Jun 29, 2021
1 parent 30a6089 commit cee4815
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- Add migration script here
alter table blocks
add justification bytea;
ALTER TABLE blocks
ADD justification bytea;

0 comments on commit cee4815

Please sign in to comment.