Skip to content

Commit

Permalink
fix audit readme file posts/comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Srrafdev authored and MSilva95 committed Nov 20, 2024
1 parent bdc3d6d commit 92c2e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subjects/forum/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@

###### Does it present the user you created?

##### Try creating a post in the forum, open the database with `sqlite3 <database_name.db>` and perform a query to select all the users (Example: SELECT \* FROM post;).
##### Try creating a post in the forum, open the database with `sqlite3 <database_name.db>` and perform a query to select all the posts (Example: SELECT \* FROM posts;).

###### Does it present the post you created?

##### Try creating a comment in the forum, open the database with `sqlite3 <database_name.db>` and perform a query to select all the users (Example: SELECT \* FROM comment;).
##### Try creating a comment in the forum, open the database with `sqlite3 <database_name.db>` and perform a query to select all the comments (Example: SELECT \* FROM comments;).

###### Does it present the comment you created?

Expand Down

0 comments on commit 92c2e56

Please sign in to comment.