Merge branch 'main' of https://github.com/pocket-id/pocket-id into breaking/v2

This commit is contained in:
ItalyPaleAle
2025-12-16 07:04:08 -08:00
19 changed files with 923 additions and 612 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE one_time_access_tokens DROP COLUMN device_token;

View File

@@ -0,0 +1 @@
ALTER TABLE one_time_access_tokens ADD COLUMN device_token TEXT;