chore: changed the naming convention (#5171)
This commit is contained in:
parent
065c9779bb
commit
d3c3d3c5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class Migration(migrations.Migration):
|
||||||
options={
|
options={
|
||||||
"verbose_name": "Workspace User Property",
|
"verbose_name": "Workspace User Property",
|
||||||
"verbose_name_plural": "Workspace User Property",
|
"verbose_name_plural": "Workspace User Property",
|
||||||
"db_table": "Workspace_user_properties",
|
"db_table": "workspace_user_properties",
|
||||||
"ordering": ("-created_at",),
|
"ordering": ("-created_at",),
|
||||||
"unique_together": {("workspace", "user")},
|
"unique_together": {("workspace", "user")},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue