Automatically assign workspace owner to environments

This commit is contained in:
richard-dds
2018-09-10 13:35:16 -04:00
parent 59a5b2da5a
commit 996596f2b3
6 changed files with 9 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ def seed_db():
Workspaces.create_member(user, workspace, workspace_user)
Projects.create(
user,
workspace=workspace,
name="First Project",
description="This is our first project.",