MigraConf.cs 431 B

123456789101112131415161718
  1. //using Y.DB.DAO;
  2. //namespace Y.DB.Migrations
  3. //{
  4. // internal sealed class MigraConf : DbMigrationsConfiguration<DbTable>
  5. // {
  6. // public MigraConf()
  7. // {
  8. // AutomaticMigrationsEnabled = true;
  9. // AutomaticMigrationDataLossAllowed = true;
  10. // //ContextKey = "ContextKey";
  11. // }
  12. // protected override void Seed(DbTable context)
  13. // {
  14. // }
  15. // }
  16. //}