Added in an audit table. Since we are now allowing multiple users to change and modify things we need to audit this.

This commit is contained in:
TidusJar 2016-05-16 00:16:19 -04:00
commit 79086dcf45
4 changed files with 32 additions and 3 deletions

View file

@ -81,6 +81,7 @@
<DependentUpon>Sql.resx</DependentUpon>
</Compile>
<Compile Include="TableCreation.cs" />
<Compile Include="Models\Audit.cs" />
</ItemGroup>
<ItemGroup>
<None Include="sqlite3.dll">