From e1528aedac8d61e8e1a972219bc4060b4aab1286 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 10 Sep 2023 18:33:27 +0300 Subject: [PATCH] updated migration comment --- migrations/1640988000_init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1640988000_init.go b/migrations/1640988000_init.go index 9ac13e31..d7413b21 100644 --- a/migrations/1640988000_init.go +++ b/migrations/1640988000_init.go @@ -100,7 +100,7 @@ func init() { return err } - // inserts the system profiles collection + // inserts the system users collection // ----------------------------------------------------------- usersCollection := &models.Collection{} usersCollection.MarkAsNew()