mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-23 21:21:26 +02: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;
|