-
Notifications
You must be signed in to change notification settings - Fork 110
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
Create Auditlog and AuditLogDetails tables with Database First #110
Comments
I use database first and modified the tt-files so that the context will inherit from TrackerContext. Will it not work if I add the audit tables to the database manually? |
It should theriotically. Try it. On Thu 17 Nov, 2016 7:25 pm ragoster, [email protected] wrote:
|
After a few modifications on the model classes property names and the EventType enum property, I got it to work, but it is not optimal, a few problems persist. I may try some more. |
@ragoster can you explain how you got it to work, I'm in the same boat :) |
@slipmatt I did not use this framework after all, so I do not have my solution at hand any more. Instead I used the EntityFramework.Extended library, which does not require any modifications in the tt-files. |
I did not see a location to ask questions so I am posting it here.
I am using Tracker-enabled-dbcontext with database first. With version 3.6 is there a way to have the system generate the auditlog and auditlogdetails tables? If not how would I go about doing this with database first? Can I create the tables and then just add them to my dbcontext? If so what is the structure of the tables?
The text was updated successfully, but these errors were encountered: