You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: partners new marketing flyer section (#5621)
* feat: add marketing flyer section
* fix: hide when no jurisdiction
* fix: remove should dirty
* test: fix listing service test
* fix: update table for marketing flyer
* test: update marketing flyer tests
* test: use possible data for listing service test
ALTERTABLE"listings" ADD CONSTRAINT"listings_marketing_flyer_file_id_fkey"FOREIGN KEY ("marketing_flyer_file_id") REFERENCES"assets"("id") ON DELETE NO ACTION ONUPDATE NO ACTION;
9
+
10
+
-- AddForeignKey
11
+
ALTERTABLE"listings" ADD CONSTRAINT"listings_accessible_marketing_flyer_file_id_fkey"FOREIGN KEY ("accessible_marketing_flyer_file_id") REFERENCES"assets"("id") ON DELETE NO ACTION ONUPDATE NO ACTION;
0 commit comments