Adding CreateDate and UpdateDate to Orchard Core Tables #10537
Unanswered
GregFinzer
asked this question in
Q&A
Replies: 3 comments 1 reply
-
I think AuditTrail module already did that (for auditing purpose), @Piedone correct me if I'm wrong |
Beta Was this translation helpful? Give feedback.
1 reply
-
@GregFinzer Do you mean to add to |
Beta Was this translation helpful? Give feedback.
0 replies
-
CreatedUtc, ModifiedUtc, PublishedUtc already exists in the ContentItemIndex table. For everything else, not related to a content item, you should use Audit Trail. I don't think there's a need for this. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I would like to add CreateDate and UpdateDate columns to all the Orchard Core Tables. Will this hurt anything? Will Orchard still work with the extra columns?
Beta Was this translation helpful? Give feedback.
All reactions