Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 C0D4644186y@LHofman you would normally have a Boolean in the database set to if the account can be used or not. C0D4644186y@LHofman you would normally have a Boolean in the database set to if the account can be used or not.
 
 Ultimate blocking access to the account without deleting it.
- 
				
				Seeing as the data you were provided was incorrect, I’m not sure if you could blame yourself?
 
 However, I don’t see why you don’t utilize a “deleted” or “active” column as mentioned within your tables. Makes restoring data a lot easier when situations like this arise.
- 
				
				 LHofman1036y@C0D4 @Nachfolger This was actually not an option for this particular use case. We created a close-out plan to remove data we didn't need anymore for GDPR reasons. LHofman1036y@C0D4 @Nachfolger This was actually not an option for this particular use case. We created a close-out plan to remove data we didn't need anymore for GDPR reasons.
- 
				
				 LHofman1036y@CyberXander Of course this was tested in our test and beta server first, but the logs were correct there. LHofman1036y@CyberXander Of course this was tested in our test and beta server first, but the logs were correct there.
Related Rants
- 
						
							 cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ... cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
- 
						
							 johnny570 johnny570 when your code is a mess but everything work out in the end when your code is a mess but everything work out in the end
- 
						
							 MoboTheHobo36My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe... MoboTheHobo36My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...





- Create a Cron to delete users with course status 'enrolled/incomplete' for several months based on existing courseUpdateLogs
- Run Cron manually 1st time
- Find out courseUpdateLogs were very incorrect
- Find out a LOT of valid users got deleted and can't access their worksite
- F***
rant
fml
db-logs