improvement: generate example class/er diagrams

This commit is contained in:
Zach Daniel 2022-10-18 14:26:42 -05:00
parent 4915e5d583
commit 4ca69be25e
9 changed files with 9 additions and 0 deletions

View file

@ -13,3 +13,12 @@ if Mix.env() == :dev do
manage_readme_version: "README.md",
version_tag_prefix: "v"
end
if Mix.env() == :test do
config :ash, :ash_apis, [
Ash.Test.Flow.Api,
Ash.Test.Support.PolicyRbac.Api,
Ash.Test.Support.PolicyComplex.Api,
Ash.Test.Support.PolicySimple.Api
]
end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.