Merge pull request #110 from jimsynz/add-reactor

chore: Add `Reactor` to seeds.
This commit is contained in:
Rebecca Le 2023-05-12 12:07:06 +08:00 committed by GitHub
commit 2939e4405a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,6 +141,20 @@ AshHq.Docs.Library.create!(
upsert_identity: :unique_name upsert_identity: :unique_name
) )
AshHq.Docs.Library.create!(
%{
name: "reactor",
display_name: "Reactor",
module_prefixes: ["Reactor"],
order: 90,
description: """
Reactor is a dynamic, concurrent, dependency resolving saga orchestrator.
"""
},
upsert?: true,
upsert_identity: :unique_name
)
# Always at the bottom # Always at the bottom
AshHq.Docs.Library.create!( AshHq.Docs.Library.create!(
%{ %{