The Updates context.
Creates an update.
iex> create_update(%{field: value}) {:ok, %Update{}} iex> create_update(%{field: bad_value}) {:error, %Ecto.Changeset{}}