revert: remove 0003_feedback_rate_limiting.sql — issue #96 not in scope of this PR

This commit is contained in:
xxnbyy
2026-03-22 20:22:42 +08:00
parent 1b2bdbc404
commit 6e55f1dacf
@@ -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);