mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: changed the naming convention (#5171)
This commit is contained in:
committed by
GitHub
parent
065c9779bb
commit
d3c3d3c5ab
@@ -161,7 +161,7 @@ class Migration(migrations.Migration):
|
||||
options={
|
||||
"verbose_name": "Workspace User Property",
|
||||
"verbose_name_plural": "Workspace User Property",
|
||||
"db_table": "Workspace_user_properties",
|
||||
"db_table": "workspace_user_properties",
|
||||
"ordering": ("-created_at",),
|
||||
"unique_together": {("workspace", "user")},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user