Files
nairobi/db
taitus 630ea22ece Add new 'subscriptions_token' column to the users' table
Giving any user a direct link to edit another user's account settings doesn't seem like a
great idea. Instead we'll generate a random secure hash string to help keep things
more secure. We'll store these hashes on each user so that we have a way to find
them during this public query. To do this we need to add a column to the user table.
2022-01-17 13:55:31 +01:00
..
2021-04-08 19:15:06 +01:00
2019-03-14 18:35:51 +01:00
2021-01-14 17:38:01 +01:00