mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: imported uuid (#2048)
This commit is contained in:
parent
4ba3ef5c24
commit
1e9f0823f8
@ -3,7 +3,7 @@
|
|||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
import django.db.models.deletion
|
import django.db.models.deletion
|
||||||
|
import uuid
|
||||||
|
|
||||||
def update_user_timezones(apps, schema_editor):
|
def update_user_timezones(apps, schema_editor):
|
||||||
UserModel = apps.get_model("db", "User")
|
UserModel = apps.get_model("db", "User")
|
||||||
|
Loading…
Reference in New Issue
Block a user