From d991e618540ca951bdf0cbf0fd802ca152e0fa9e Mon Sep 17 00:00:00 2001 From: NarayanBavisetti Date: Thu, 18 Jul 2024 18:34:27 +0530 Subject: [PATCH] chore: changed the naming convention --- apiserver/plane/db/migrations/0052_auto_20231220_1141.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/plane/db/migrations/0052_auto_20231220_1141.py b/apiserver/plane/db/migrations/0052_auto_20231220_1141.py index da16fb9f67e..e2d41748532 100644 --- a/apiserver/plane/db/migrations/0052_auto_20231220_1141.py +++ b/apiserver/plane/db/migrations/0052_auto_20231220_1141.py @@ -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")}, },