Browse Source

Merge branch 'unstable' of blezz-tech/sharix-open-backend into unstable

1 changed files with 3 additions and 1 deletions
  1. 3 1
      models/permissions.py

+ 3 - 1
models/permissions.py

@@ -34,7 +34,9 @@ class Permissions(models.Model):
         null=True,
         help_text="timestamp проверки"
     )
-    # FIXME: expire_date filed not exist
+    expire_date = models.DateField(
+        help_text="Срок окончания действия разрешения"
+    )
 
     # OTHER
     is_global = models.BooleanField(