feat: sync login email verification support

This commit is contained in:
A 2026-07-08 17:09:44 +08:00
parent e0cabb4930
commit 9a501f900a
39 changed files with 2198 additions and 117 deletions

View file

@ -0,0 +1,7 @@
ALTER TABLE auth_keys
ADD COLUMN layer integer NOT NULL DEFAULT 0,
ADD COLUMN device_model varchar(128) NOT NULL DEFAULT '',
ADD COLUMN platform varchar(64) NOT NULL DEFAULT '',
ADD COLUMN system_version varchar(64) NOT NULL DEFAULT '',
ADD COLUMN api_id integer NOT NULL DEFAULT 0,
ADD COLUMN app_version varchar(64) NOT NULL DEFAULT '';