namespace Oreo.FileMan.DatabaseEngine { //public class Configuration : DbMigrationsConfiguration //{ // public Configuration() // { // AutomaticMigrationsEnabled = true; // AutomaticMigrationDataLossAllowed = true; // SetSqlGenerator("System.Data.SQLite", new SQLiteMigrationSqlGenerator()); // } // protected override void Seed(SuperDb context) // { } //} }