Skip to content

Commit

Permalink
fix(relayer): Error 1406: Data too long for column 'canonical_token_s…
Browse files Browse the repository at this point in the history
…ymbol' at row 1
  • Loading branch information
xiaodino committed Feb 12, 2024
1 parent 27c86c1 commit f351ebf
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-- +goose Up
-- +goose StatementBegin
ALTER TABLE `events` MODIFY COLUMN `canonical_token_symbol` VARCHAR(255);
-- +goose StatementEnd

-- +goose Down
-- +goose StatementBegin
ALTER TABLE `events` MODIFY COLUMN `canonical_token_symbol` VARCHAR(10);
-- +goose StatementEnd

0 comments on commit f351ebf

Please sign in to comment.