docker multistage build
This commit is contained in:
@@ -134,7 +134,6 @@ class Seed:
|
||||
|
||||
existing = (await session.execute(select(User).limit(1))).scalar_one_or_none()
|
||||
if existing is not None:
|
||||
print("Seed skipped: one user is already exist")
|
||||
return
|
||||
|
||||
admin_permission = Permissions(permission="admin")
|
||||
|
||||
Reference in New Issue
Block a user