Create function to modify GuestbookComment in database #7
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a function to to modify the message and metadata of a GuestbookComment. This function will be used to soft delete and hide GuestbookComments, as well as update the contents of the message itself. We should also design a way to maintain an edit history of each comment, which would require a new database table.