Replies: 3 comments 21 replies
-
Orchard Core is using soft delete, so no the content is not physically deleted |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can clean those records manually by using YesSQL directly like this : |
Beta Was this translation helpful? Give feedback.
18 replies
-
I think OC should proivde a way to remove (physically) content records from the DB. Looking into tables: there might only be 5 tables which contains content:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following code doens't remove item from the Database.
await _contentManager.RemoveAsync(contentItem);
Physically remove contents from the database - is it even possible with API? Otherwise the database is growing very fast if not removable.
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions