dont use db seed

This commit is contained in:
CJ_Clippy 2025-01-11 20:56:11 -08:00
parent b1f7ca6c63
commit 7be0c47be5
1 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@
for title <- ["Home Improvement", "Power Tools", "Gardening", "Books", "Education"] do
{:ok, _} = Bright.Catalog.create_category!(%{title: title})
end
# for title <- ["Home Improvement", "Power Tools", "Gardening", "Books", "Education"] do
# {:ok, _} = Bright.Catalog.create_category(%{title: title})
# end