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
This is the diff I see after changing another field in the listings table:
-ALTER TABLE listings ADD CONSTRAINT source CHECK ((NOT (user_id IS NOT NULL AND agent_id IS NOT NULL)) AND (user_id IS NOT NULL OR agent_id IS NOT NULL));+ALTER TABLE listings ADD CONSTRAINT source CHECK ((NOT user_id IS NOT NULL AND agent_id IS NOT NULL AND user_id IS NOT NULL) OR (agent_id IS NOT NULL));
The text was updated successfully, but these errors were encountered:
This is the diff I see after changing another field in the
listings
table:The text was updated successfully, but these errors were encountered: