mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 07:52:35 +00:00
When importing a Stream, UserProfiles don't yet exist. so trying to import stream.creator fails with something like: ``` psycopg2.errors.ForeignKeyViolation: insert or update on table "zerver_stream" violates foreign key constraint "zerver_stream_creator_id_65aeba7e_fk_zerver_userprofile_id" DETAIL: Key (creator_id)=(5) is not present in table "zerver_userprofile". ```
86 KiB
86 KiB