Skip to content

Commit e9cf206

Browse files
committed
seed_guild_meeting_permissions
1 parent 0e9e2f6 commit e9cf206

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

seed.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ def seed_permissions(db: Session, posts: list[Post_DB]):
219219
Permission(action="view", target="Document", posts=["Buggmästare"]),
220220
Permission(action="manage", target="Moosegame", posts=["Buggmästare"]),
221221
Permission(action="manage", target="UserPost", posts=["Buggmästare"]),
222+
Permission(action="view", target="GuildMeeting", posts=["Buggmästare"]),
223+
Permission(action="manage", target="GuildMeeting", posts=["Buggmästare"]),
222224
]
223225

224226
[

0 commit comments

Comments
 (0)