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
Several
Usermodel fields have been superseded byUserSettingsbut are still present pending data migration confirmation.File:
prisma/schema.prismalines 92–96Fields to remove after migration:
defaultToUserDevicesdefaultToUserSocsnotifyOnNewListingsshowNsfwlastUsedDeviceIdAction required:
UserSettings.Usermodel.Requested by @Producdevity — related to PR #375