Skip to content

Commit

Permalink
model generator re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonStorm committed Oct 27, 2016
1 parent abfd6bf commit 58ec748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dapper.FastCrud.Tests/Models/ModelGeneratorConfig1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// Connection String Name: `EntityGeneration`
// Provider: `System.Data.SqlClient`
// Connection String: `Data Source=(LocalDb)\MSSQLLocalDb;AttachDbFilename=D:\Code\Tests\Dapper.FastCRUD-src\Dapper.FastCRUD.Tests\App_Data\\EntityGenDatabase.mdf;Initial Catalog=EntityGenDatabase;Integrated Security=True`
// Connection String: `Data Source=(LocalDb)\MSSQLLocalDb;AttachDbFilename=D:\_Projects\Dapper.FastCRUD\Dapper.FastCrud.Tests\App_Data\\EntityGenDatabase.mdf;Initial Catalog=EntityGenDatabase;Integrated Security=True`
// Include Views: `True`

namespace Dapper.FastCrud.Tests.Models
Expand Down Expand Up @@ -47,7 +47,6 @@ public partial class Employee
public partial class Workstation
{
[Key]
[Column(Order = 1)]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public virtual long WorkstationId { get; set; }
public virtual string Name { get; set; }
Expand Down

0 comments on commit 58ec748

Please sign in to comment.