diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog2.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog2.java index 3d6b80b9cb..2336ea2003 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog2.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog2.java @@ -84,7 +84,6 @@ import static com.appsmith.server.migrations.DatabaseChangelog1.getUpdatedDynami import static com.appsmith.server.migrations.DatabaseChangelog1.installPluginToAllWorkspaces; import static com.appsmith.server.migrations.DatabaseChangelog1.makeIndex; import static com.appsmith.server.migrations.MigrationHelperMethods.evictPermissionCacheForUsers; -import static com.appsmith.server.repositories.BaseAppsmithRepositoryImpl.fieldName; import static org.springframework.data.mongodb.core.query.Criteria.where; import static org.springframework.data.mongodb.core.query.Query.query; import static org.springframework.data.mongodb.core.query.Update.update;