Skip to content

Commit

Permalink
Add migration to expand token column
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Oct 24, 2023
1 parent ae8cdfd commit 6eed73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/0004-token-size.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE push_tokens ALTER COLUMN token TYPE CHAR(256);

0 comments on commit 6eed73e

Please sign in to comment.