From 178fe53c907b8857865236d9066d7f6f3cf3d9a7 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Fri, 5 Nov 2021 17:35:13 +0300 Subject: Add created_timestamp when creating a new group --- scripts/authentication/editors.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/authentication/editors.py') 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, })) -- cgit v1.2.3