chore: Add Reactor to seeds.

This commit is contained in:
James Harton 2023-05-12 16:00:11 +12:00
parent 4c5e4707a8
commit 3092d15c69
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -141,6 +141,20 @@ AshHq.Docs.Library.create!(
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
AshHq.Docs.Library.create!(
%{