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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Srrafdev
Copy link

@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
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.

2 participants