-- Migration to add consent IP address logging for DPDP Act 2023 compliance
ALTER TABLE users_v2 ADD COLUMN consent_ip_address VARCHAR(45) DEFAULT NULL;
