Skip to content

Commit

Permalink
fix: action_id column size for nullifier (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolodamico authored Jan 26, 2023
1 parent c8ce058 commit a6edaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "public"."nullifier" ALTER COLUMN "action_id" TYPE character varying;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "public"."nullifier" ALTER COLUMN "action_id" TYPE varchar(66);

0 comments on commit a6edaed

Please sign in to comment.