fix(05-review): CR-02 change endpoint/p256dh to varchar to prevent InnoDB prefix-index truncation

This commit is contained in:
Lucas Berger
2026-06-09 22:24:23 -04:00
parent 82eccc9017
commit 8cecbab7ab
2 changed files with 7 additions and 2 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `push_subscriptions` MODIFY COLUMN `endpoint` varchar(2048) NOT NULL;--> statement-breakpoint
ALTER TABLE `push_subscriptions` MODIFY COLUMN `p256dh` varchar(512) NOT NULL;