Hi! After setting up Forem for my community I have a lot of garbage articles and pseudo-users that appeared after rails:dbsetup. How can I remove them?
For further actions, you may consider blocking this person and/or reporting abuse
Hi! After setting up Forem for my community I have a lot of garbage articles and pseudo-users that appeared after rails:dbsetup. How can I remove them?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
You can reset the database to delete the seed data.
docs.forem.com/getting-started/db/
Yep, you can also alter
seeds.db
to change what comes out in a development environment.