feat: sync login email verification support
This commit is contained in:
parent
e0cabb4930
commit
9a501f900a
39 changed files with 2198 additions and 117 deletions
7
deploy/migrations/0059_auth_key_client_info.down.sql
Normal file
7
deploy/migrations/0059_auth_key_client_info.down.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE auth_keys
|
||||
DROP COLUMN IF EXISTS app_version,
|
||||
DROP COLUMN IF EXISTS api_id,
|
||||
DROP COLUMN IF EXISTS system_version,
|
||||
DROP COLUMN IF EXISTS platform,
|
||||
DROP COLUMN IF EXISTS device_model,
|
||||
DROP COLUMN IF EXISTS layer;
|
||||
Loading…
Add table
Add a link
Reference in a new issue