mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-13 09:13:23 +03:00
5 lines
158 B
SQL
5 lines
158 B
SQL
ALTER TABLE audit_logs ALTER COLUMN ip_address SET NOT NULL;
|
|
|
|
DROP INDEX IF EXISTS idx_audit_logs_created_at;
|
|
DROP INDEX IF EXISTS idx_audit_logs_user_agent;
|