models: Remove "role" field from Subscription.

This commit removes "role" field from subscription
objects since we are not moving forward with stream
administrator concept and instead working on new
permssions model as per #19525.
This commit is contained in:
Sahil Batra
2022-07-05 20:12:29 +05:30
committed by Tim Abbott
parent 83383090f9
commit 093a74bd54
11 changed files with 35 additions and 50 deletions

View File

@@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.4.3"
# Changes should be accompanied by documentation explaining what the
# new level means in templates/zerver/api/changelog.md, as well as
# "**Changes**" entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 132
API_FEATURE_LEVEL = 133
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump