fix batch: admin login rehash->password_hash mapping (500); geolocation timeout 20s + hide button on approval + 'location shared' notice; sms: link includes typed number (Alpine); location page = found-dog + map + finder number + tag details; nicer closed page; password visibility toggles; product photos; templates use x-text (no {{}} in Alpine)
This commit is contained in:
@@ -97,3 +97,6 @@ ALTER TABLE orders ADD COLUMN IF NOT EXISTS renews_at TIMESTAMPTZ;
|
||||
-- Tag lifecycle: closed state (owner close / moved-from). Idempotent.
|
||||
ALTER TABLE tags DROP CONSTRAINT IF EXISTS tags_status_check;
|
||||
ALTER TABLE tags ADD CONSTRAINT tags_status_check CHECK (status IN ('unset','active','suspended','closed'));
|
||||
|
||||
-- Product photos (admin).
|
||||
ALTER TABLE products ADD COLUMN IF NOT EXISTS photo_url TEXT;
|
||||
|
||||
Reference in New Issue
Block a user