AjobK / Seaqull

Seaqull programming blog
http://www.seaqull.com
3 stars 0 forks source link

[270] Rename column previos_password to previous_password in profile_activity table #270

Closed danielordaan closed 3 years ago

danielordaan commented 3 years ago

Current state The profile_activity table has a field named previos_password, which contains the hash of the users previously registered password

Expected state The profile_activity table has a field named previous_password, which contains the hash of the users previously registered password.

TO DO

Necessities

Branch 270-rename-column-in-profile_activity-table

danielordaan commented 3 years ago

Issue was closed since it was combined with other fixes like this