Skip to content
Snippets Groups Projects
Commit bff83ba1 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Update default field in db

parent 74459795
No related branches found
No related tags found
5 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!78Feat cod rmq,!62Feat notify user errmsg,!63Feat db handle
......@@ -94,6 +94,11 @@ def insert_db(username, msg):
'email': msg.get('email', ''),
'reason': msg.get('reason', ''),
'fullname': msg.get('fullname', ''),
'create_account': None,
'git_commit': None,
'dir_verify': None,
'subscribe_mail_list': None,
'notify_user': None,
'sent': None,
'reported': False,
'last_update': datetime.now()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment