This commit is contained in:
2026-06-17 10:59:45 +02:00
parent 408e48c568
commit a2ccec4bb1
35 changed files with 2514 additions and 257 deletions
+6
View File
@@ -0,0 +1,6 @@
-- Phase 4: price-drop notifications.
-- Tracks when we last emailed the owner that an item reached its target price.
-- NULL = "armed": a future drop to/under target will notify. Stamped non-NULL
-- after sending; cleared (re-armed) when the price rises back above target.
ALTER TABLE items
ADD COLUMN notified_at TIMESTAMPTZ;