Skip to content

Commit

Permalink
feature: support change to asset ticker length
Browse files Browse the repository at this point in the history
Asset tickers can now be up to 9 characters
  • Loading branch information
rhyslbw committed Jan 21, 2022
1 parent 2202252 commit b858445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS "Asset" (
"metadataHash" CHAR(40),
"name" VARCHAR(50),
"policyId" BYTEA,
"ticker" VARCHAR(5),
"ticker" VARCHAR(9),
"url" VARCHAR(250)
);

Expand Down

0 comments on commit b858445

Please sign in to comment.