Skip to content

Commit

Permalink
Uncommented db seed
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Sep 29, 2020
1 parent 8fb326d commit e39be04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Piranha.Data.EF/Db.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public Db(DbContextOptions<T> options) : base(options)
// Migrate database
Database.Migrate();
// Seed
//Seed();
Seed();

IsInitialized = true;
}
Expand Down

0 comments on commit e39be04

Please sign in to comment.