mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-18 01:11:26 +03:00
5 lines
158 B
MySQL
5 lines
158 B
MySQL
|
|
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;
|