chore: changed the naming convention (#5171)

This commit is contained in:
Bavisetti Narayan
2024-07-19 15:40:53 +05:30
committed by GitHub
parent 065c9779bb
commit d3c3d3c5ab

View File

@@ -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")},
},