ente/server/migrations/14_add_user_agent.down.sql
2024-03-01 13:37:01 +05:30

4 lines
67 B
SQL

ALTER TABLE tokens
DROP COLUMN ip,
DROP COLUMN user_agent;