Skip to content

chore: remove deprecated User model fields after confirming data migration to UserSettings #395

@coderabbitai

Description

@coderabbitai

Several User model fields have been superseded by UserSettings but are still present pending data migration confirmation.

File: prisma/schema.prisma lines 92–96

Fields to remove after migration:

  • defaultToUserDevices
  • defaultToUserSocs
  • notifyOnNewListings
  • showNsfw
  • lastUsedDeviceId

Action required:

  • Confirm that all data has been migrated to UserSettings.
  • Remove the deprecated fields from the User model.
  • Create a Prisma migration to drop the columns.
  • Remove any code that still reads/writes these fields.

Requested by @Producdevity — related to PR #375

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions