Configuration.cs 451 B

1234567891011121314
  1. namespace Oreo.FileMan.DatabaseEngine
  2. {
  3. //public class Configuration : DbMigrationsConfiguration<SuperDb>
  4. //{
  5. // public Configuration()
  6. // {
  7. // AutomaticMigrationsEnabled = true;
  8. // AutomaticMigrationDataLossAllowed = true;
  9. // SetSqlGenerator("System.Data.SQLite", new SQLiteMigrationSqlGenerator());
  10. // }
  11. // protected override void Seed(SuperDb context)
  12. // { }
  13. //}
  14. }