feat: init install + cleanup code

This commit is contained in:
swve 2023-11-20 22:38:49 +01:00
parent 2485285a06
commit 38288e8a57
28 changed files with 310 additions and 583 deletions

View file

@ -77,7 +77,7 @@ async def create_user(
user_organization = UserOrganization(
user_id=user.id if user.id else 0,
org_id=int(org_id),
role_id=1,
role_id=3,
creation_date=str(datetime.now()),
update_date=str(datetime.now()),
)