[WEB-1665] chore: advance views migration (#4869)

* chore: views migration

* chore: squashed migration

* chore: renamed global views

* chore: added owned by in serializer
This commit is contained in:
Bavisetti Narayan 2024-06-20 13:12:33 +05:30 committed by GitHub
parent aeb0979827
commit 418ca92f36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 81 additions and 52 deletions

View file

@ -80,8 +80,8 @@ from .workspace.cycle import (
from .state.base import StateViewSet
from .view.base import (
GlobalViewViewSet,
GlobalViewIssuesViewSet,
WorkspaceViewViewSet,
WorkspaceViewIssuesViewSet,
IssueViewViewSet,
IssueViewFavoriteViewSet,
)