diff options
author | BonfaceKilz | 2021-11-05 17:35:13 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-11-05 17:35:13 +0300 |
commit | 178fe53c907b8857865236d9066d7f6f3cf3d9a7 (patch) | |
tree | 24791d1927433d722aef25ef150a815ceb083641 /scripts | |
parent | 5c8429d6365e0a03ea2686633df5fd555c9b8ae5 (diff) | |
download | genenetwork2-178fe53c907b8857865236d9066d7f6f3cf3d9a7.tar.gz |
Add created_timestamp when creating a new group
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/authentication/editors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/authentication/editors.py b/scripts/authentication/editors.py index 750dc309..dc3b1075 100755 --- a/scripts/authentication/editors.py +++ b/scripts/authentication/editors.py @@ -25,6 +25,7 @@ if __name__ == "__main__": "name": "editors", "admins": [], "members": ["8ad942fe-490d-453e-bd37-56f252e41603"], + "created_timestamp": timestamp, "changed_timestamp": timestamp, })) |