Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EXTERNAL] Fix audit readme file posts/comments #2800

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

Srrafdev
Copy link
Contributor

@Srrafdev Srrafdev commented Nov 9, 2024

Try registering in the forum, open the database with sqlite3 <database_name.db> and perform a query to select all the users (Example: SELECT * FROM users;).
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 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 comments (Example: SELECT * FROM comments;).

@HarryVasanth HarryVasanth changed the title fix audit readme file posts/comments [EXTERNAL] fix audit readme file posts/comments Nov 11, 2024
@HarryVasanth HarryVasanth added the 🗂️ docs Documentation label Nov 11, 2024
@MSilva95 MSilva95 merged commit d1f8fd0 into 01-edu:master Nov 20, 2024
4 checks passed
@HarryVasanth HarryVasanth changed the title [EXTERNAL] fix audit readme file posts/comments [EXTERNAL] Fix audit readme file posts/comments Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗂️ docs Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants