chore: QA fixes for edit, map, and result pages
* fix: align result cards with recipe and tighten bouquet edit prompts * fix: improve masked area edits with aligned masks and inpainting prompts * refactor: drop floristNote/finalize and add map description * fix: prevent map page crash from marker effect loop * chore: add eslint exception for KakaoMap shopMarkerMap
This commit is contained in:
@@ -5,9 +5,7 @@ create table if not exists public.flower_jobs (
|
||||
mood_analysis jsonb,
|
||||
recipe jsonb,
|
||||
image_prompt text,
|
||||
images jsonb not null default '{}'::jsonb,
|
||||
selected_size text check (selected_size in ('S', 'M', 'L')),
|
||||
florist_note text
|
||||
images jsonb not null default '{}'::jsonb
|
||||
);
|
||||
|
||||
alter table public.flower_jobs enable row level security;
|
||||
|
||||
Reference in New Issue
Block a user