Open sonerkuyar opened 3 hours ago
I checked the posts and comments by looking at frontend app fetches from browser and deleted them from database via these kind of queries manually:
mysql> delete from posts_post where id IN (35,36,37);
mysql> delete from posts_comment where post_id IN (35,36,37);
Description
There are some posts,comments and likes which are created during the trials of api by frontend, mobile and backend developers. These posts should be deleted to not show at customer milestone 2.
Acceptance Criteria
Reviewer:
This issue will be reviewed by: @isilsukarakuzuu