-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: common 0.11
-
Fix Version/s: common 0.11
-
Labels:
Needs to be removed unused functionality from User entity. At this moment we are not using fields and related to it methods:
User.banExpirationDate User.permanentBan
Also need to be created new migration to remove related columns from schema, like:
ALTER TABLE `USERS` DROP `PERMANENT_BAN`, DROP `BAN_EXPIRATION_DATE`;
- relates to
-
POULPE-254 Remove permanent ban checkbos and the input field for setting the amount of days
- Closed