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

2 lines
78 B
SQL

ALTER TABLE temp_auth_key_bindings
DROP COLUMN IF EXISTS temp_session_id;