mirror of
https://github.com/tanweai/pua.git
synced 2026-09-21 12:43:10 +08:00
revert: remove 0003_feedback_rate_limiting.sql — issue #96 not in scope of this PR
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
-- Add ip_hash column for rate limiting (hashed, never stores raw IP)
|
||||
ALTER TABLE feedback ADD COLUMN ip_hash TEXT;
|
||||
CREATE INDEX IF NOT EXISTS idx_feedback_ip_hash ON feedback(ip_hash, created_at);
|
||||
Reference in New Issue
Block a user