owpengram-server/deploy/migrations/0060_user_last_seen.down.sql
2026-06-04 01:37:39 +08:00

4 lines
101 B
SQL

DROP INDEX IF EXISTS users_last_seen_idx;
ALTER TABLE users
DROP COLUMN IF EXISTS last_seen_at;