feat: store created_by and updated_by for apps, modelconfigs, and sites (#7613)
This commit is contained in:
parent
e38334cfd2
commit
bc3a8e0ca2
10 changed files with 115 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ def handle(sender, **kwargs):
|
|||
default_language=account.interface_language,
|
||||
customize_token_strategy="not_allow",
|
||||
code=Site.generate_code(16),
|
||||
created_by=app.created_by,
|
||||
updated_by=app.updated_by,
|
||||
)
|
||||
|
||||
db.session.add(site)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue