Skip to content

Commit

Permalink
Add migration to expand token column (#27)
Browse files Browse the repository at this point in the history
We already did this in production. This is just a formality to keep the
code in sync.
  • Loading branch information
SWvheerden authored Oct 24, 2023
2 parents ae8cdfd + 6eed73e commit ccf1224
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 ccf1224

Please sign in to comment.