ente/server/migrations/14_add_user_agent.down.sql

4 lines
67 B
MySQL
Raw Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE tokens
DROP COLUMN ip,
DROP COLUMN user_agent;