aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2021-11-05 17:35:13 +0300
committerBonfaceKilz2021-11-05 17:35:13 +0300
commit178fe53c907b8857865236d9066d7f6f3cf3d9a7 (patch)
tree24791d1927433d722aef25ef150a815ceb083641
parent5c8429d6365e0a03ea2686633df5fd555c9b8ae5 (diff)
downloadgenenetwork2-178fe53c907b8857865236d9066d7f6f3cf3d9a7.tar.gz
Add created_timestamp when creating a new group
-rwxr-xr-xscripts/authentication/editors.py1
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,
}))