mirror of
https://github.com/ente-io/ente.git
synced 2025-05-02 04:05:42 +00:00
4 lines
75 B
SQL
4 lines
75 B
SQL
ALTER TABLE tokens
|
|
ADD COLUMN ip TEXT,
|
|
ADD COLUMN user_agent TEXT;
|