Fix seed script
This commit is contained in:
parent
bd3aad47d7
commit
908623a307
@ -37,7 +37,8 @@ def seed_db():
|
|||||||
Projects.create(
|
Projects.create(
|
||||||
workspace=workspace,
|
workspace=workspace,
|
||||||
name="First Project",
|
name="First Project",
|
||||||
description="This is our first project."
|
description="This is our first project.",
|
||||||
|
environment_names=["dev", "staging", "prod"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user