Skip to content

Commit

Permalink
Merge branch 'release-0.2.0' into fix/prashanth-fuel-code-nd-asterisk…
Browse files Browse the repository at this point in the history
…-fix
  • Loading branch information
prv-proton authored Nov 27, 2024
2 parents 905e70e + 6b05dfc commit 87df4f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions backend/lcfs/db/seeders/dev/user_role_seeder.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ async def seed_user_roles(session):
{"user_profile_id": 12, "role_id": 2},
{"user_profile_id": 13, "role_id": 2},
{"user_profile_id": 14, "role_id": 2},
{"user_profile_id": 15, "role_id": 1},
{"user_profile_id": 15, "role_id": 3},
{"user_profile_id": 16, "role_id": 1},
{"user_profile_id": 16, "role_id": 3},
{"user_profile_id": 15, "role_id": 2},
{"user_profile_id": 16, "role_id": 2},
{"user_profile_id": 17, "role_id": 1},
{"user_profile_id": 17, "role_id": 3},
{"user_profile_id": 18, "role_id": 1},
Expand Down

0 comments on commit 87df4f6

Please sign in to comment.