Skip to content

Commit

Permalink
Add badge seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
starcraft66 committed Jan 22, 2024
1 parent 73f29b2 commit d7a1200
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,9 @@ Lanpartyseating.Repo.insert!(%Lanpartyseating.Setting{
horizontal_trailing: 1,
vertical_trailing: 0
})

Lanpartyseating.Repo.insert!(%Lanpartyseating.Badge{
uid: "1",
serial_key: "1",
is_banned: false
})

0 comments on commit d7a1200

Please sign in to comment.